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

CrossTenantScopes 构造函数

定义

重载

CrossTenantScopes()

初始化 CrossTenantScopes 类的新实例。

CrossTenantScopes(String, IList<String>, IList<String>)

初始化 CrossTenantScopes 类的新实例。

CrossTenantScopes()

初始化 CrossTenantScopes 类的新实例。

public CrossTenantScopes ();
Public Sub New ()

适用于

CrossTenantScopes(String, IList<String>, IList<String>)

初始化 CrossTenantScopes 类的新实例。

public CrossTenantScopes (string tenantId = default, System.Collections.Generic.IList<string> managementGroups = default, System.Collections.Generic.IList<string> subscriptions = default);
new Microsoft.Azure.Management.Network.Models.CrossTenantScopes : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.CrossTenantScopes
Public Sub New (Optional tenantId As String = Nothing, Optional managementGroups As IList(Of String) = Nothing, Optional subscriptions As IList(Of String) = Nothing)

参数

tenantId
String

租户 ID。

managementGroups
IList<String>

管理组列表。

subscriptions
IList<String>

订阅列表。

适用于