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

ManagedResources 构造函数

定义

重载

ManagedResources()

初始化 ManagedResources 类的新实例。

ManagedResources(String, String, String)

初始化 ManagedResources 类的新实例。

ManagedResources()

初始化 ManagedResources 类的新实例。

public ManagedResources ();
Public Sub New ()

适用于

ManagedResources(String, String, String)

初始化 ManagedResources 类的新实例。

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)

参数

eventHubNamespace
String

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

resourceGroup
String

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

storageAccount
String

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

适用于