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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET