ArmPurviewModelFactory.PurviewManagedResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of PurviewManagedResource.
public static Azure.ResourceManager.Purview.Models.PurviewManagedResource PurviewManagedResource (Azure.Core.ResourceIdentifier eventHubNamespace = default, Azure.Core.ResourceIdentifier resourceGroup = default, Azure.Core.ResourceIdentifier storageAccount = default);
static member PurviewManagedResource : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Purview.Models.PurviewManagedResource
Public Shared Function PurviewManagedResource (Optional eventHubNamespace As ResourceIdentifier = Nothing, Optional resourceGroup As ResourceIdentifier = Nothing, Optional storageAccount As ResourceIdentifier = Nothing) As PurviewManagedResource
Parameters
- eventHubNamespace
- ResourceIdentifier
Gets the managed event hub namespace resource identifier.
- resourceGroup
- ResourceIdentifier
Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account.
- storageAccount
- ResourceIdentifier
Gets the managed storage account resource identifier.
Returns
A new PurviewManagedResource instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET