Share via


AccountPropertiesManagedResources Constructors

Definition

Overloads

AccountPropertiesManagedResources()

Initializes a new instance of the AccountPropertiesManagedResources class.

AccountPropertiesManagedResources(String, String, String)

Initializes a new instance of the AccountPropertiesManagedResources class.

AccountPropertiesManagedResources()

Initializes a new instance of the AccountPropertiesManagedResources class.

public AccountPropertiesManagedResources ();
Public Sub New ()

Applies to

AccountPropertiesManagedResources(String, String, String)

Initializes a new instance of the AccountPropertiesManagedResources class.

public AccountPropertiesManagedResources (string eventHubNamespace = default, string resourceGroup = default, string storageAccount = default);
new Microsoft.Azure.Management.Purview.Models.AccountPropertiesManagedResources : string * string * string -> Microsoft.Azure.Management.Purview.Models.AccountPropertiesManagedResources
Public Sub New (Optional eventHubNamespace As String = Nothing, Optional resourceGroup As String = Nothing, Optional storageAccount As String = Nothing)

Parameters

eventHubNamespace
String

Gets the managed event hub namespace resource identifier.

resourceGroup
String

Gets the managed resource group resource identifier. This resource group will host resource dependencies for the account.

storageAccount
String

Gets the managed storage account resource identifier.

Applies to