你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SubscriptionAliasResponseProperties 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SubscriptionAliasResponseProperties() |
初始化 SubscriptionAliasResponseProperties 类的新实例。 |
SubscriptionAliasResponseProperties(String, String, String, String, String, String, String, String, String, String, String, IDictionary<String, String>) |
初始化 SubscriptionAliasResponseProperties 类的新实例。 |
SubscriptionAliasResponseProperties()
初始化 SubscriptionAliasResponseProperties 类的新实例。
public SubscriptionAliasResponseProperties ();
Public Sub New ()
适用于
SubscriptionAliasResponseProperties(String, String, String, String, String, String, String, String, String, String, String, IDictionary<String, String>)
初始化 SubscriptionAliasResponseProperties 类的新实例。
public SubscriptionAliasResponseProperties (string subscriptionId = default, string displayName = default, string provisioningState = default, string acceptOwnershipUrl = default, string acceptOwnershipState = default, string billingScope = default, string workload = default, string resellerId = default, string subscriptionOwnerId = default, string managementGroupId = default, string createdTime = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponseProperties : string * string * string * string * string * string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponseProperties
Public Sub New (Optional subscriptionId As String = Nothing, Optional displayName As String = Nothing, Optional provisioningState As String = Nothing, Optional acceptOwnershipUrl As String = Nothing, Optional acceptOwnershipState As String = Nothing, Optional billingScope As String = Nothing, Optional workload As String = Nothing, Optional resellerId As String = Nothing, Optional subscriptionOwnerId As String = Nothing, Optional managementGroupId As String = Nothing, Optional createdTime As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
参数
- subscriptionId
- String
新创建的订阅 ID。
- displayName
- String
订阅的显示名称。
- provisioningState
- String
资源的预配状态。 可能的值包括:“Accepted”、“Succeeded”、“Failed”
- acceptOwnershipUrl
- String
用于接受订阅所有权的 URL。
- acceptOwnershipState
- String
可能的值包括:“Pending”、“Completed”、“Expired”
- billingScope
- String
- workload
- String
可能的值包括:“Production”、“DevTest”
- resellerId
- String
经销商 ID
- subscriptionOwnerId
- String
订阅的所有者 ID
- managementGroupId
- String
管理组 ID。
- createdTime
- String
创建时间
- tags
- IDictionary<String,String>
订阅的标记