你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccountPropertiesManagedResources 构造函数

定义

重载

AccountPropertiesManagedResources()

初始化 AccountPropertiesManagedResources 类的新实例。

AccountPropertiesManagedResources(String, String, String)

初始化 AccountPropertiesManagedResources 类的新实例。

AccountPropertiesManagedResources()

初始化 AccountPropertiesManagedResources 类的新实例。

public AccountPropertiesManagedResources ();
Public Sub New ()

适用于

AccountPropertiesManagedResources(String, String, String)

初始化 AccountPropertiesManagedResources 类的新实例。

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)

参数

eventHubNamespace
String

获取托管事件中心命名空间资源标识符。

resourceGroup
String

获取托管资源组资源标识符。 此资源组将托管帐户的资源依赖项。

storageAccount
String

获取托管存储帐户资源标识符。

适用于