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

AcceptOwnershipRequestProperties 构造函数

定义

重载

AcceptOwnershipRequestProperties()

初始化 AcceptOwnershipRequestProperties 类的新实例。

AcceptOwnershipRequestProperties(String, String, IDictionary<String,String>)

初始化 AcceptOwnershipRequestProperties 类的新实例。

AcceptOwnershipRequestProperties()

初始化 AcceptOwnershipRequestProperties 类的新实例。

public AcceptOwnershipRequestProperties ();
Public Sub New ()

适用于

AcceptOwnershipRequestProperties(String, String, IDictionary<String,String>)

初始化 AcceptOwnershipRequestProperties 类的新实例。

public AcceptOwnershipRequestProperties (string displayName, string managementGroupId = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Subscription.Models.AcceptOwnershipRequestProperties : string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Subscription.Models.AcceptOwnershipRequestProperties
Public Sub New (displayName As String, Optional managementGroupId As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

参数

displayName
String

订阅的友好名称。

managementGroupId
String

订阅的管理组 ID。

tags
IDictionary<String,String>

订阅的标记

适用于