ManagedResources Constructors
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.
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
Azure SDK for .NET