Megosztás a következőn keresztül:


ManagedResources Constructors

Definition

Overloads

ManagedResources()

Initializes a new instance of the ManagedResources class.

ManagedResources(String, String, String)

Initializes a new instance of the ManagedResources class.

ManagedResources()

Initializes a new instance of the ManagedResources class.

public ManagedResources ();
Public Sub New ()

Applies to

ManagedResources(String, String, String)

Initializes a new instance of the ManagedResources class.

public ManagedResources (string eventHubNamespace = default, string resourceGroup = default, string storageAccount = default);
new Microsoft.Azure.Management.Purview.Models.ManagedResources : string * string * string -> Microsoft.Azure.Management.Purview.Models.ManagedResources
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