SubscriptionAliasResponseProperties interface
放置订阅创建结果属性。
属性
| accept |
接受资源的所有权状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
| accept |
用于接受订阅所有权的 URL。 注意:此属性不会序列化。 它只能由服务器填充。 |
| billing |
订阅的计费范围。 对于 CustomerLed 和 FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName} For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName} For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName} |
| created |
创建时间 |
| display |
订阅的显示名称。 |
| management |
管理组 ID。 |
| provisioning |
资源的预配状态。 |
| reseller |
经销商 ID |
| subscription |
新建的订阅 ID。注意:此属性不会序列化。 它只能由服务器填充。 |
| subscription |
订阅的所有者 ID |
| tags | 订阅的标记 |
| workload | 订阅的工作负荷类型。 它可以是生产或开发测试。 |
属性详细信息
acceptOwnershipState
接受资源的所有权状态。 注意:此属性不会序列化。 它只能由服务器填充。
acceptOwnershipState?: string
属性值
string
acceptOwnershipUrl
用于接受订阅所有权的 URL。 注意:此属性不会序列化。 它只能由服务器填充。
acceptOwnershipUrl?: string
属性值
string
billingScope
订阅的计费范围。 对于 CustomerLed 和 FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName} For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName} For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
billingScope?: string
属性值
string
createdTime
创建时间
createdTime?: string
属性值
string
displayName
订阅的显示名称。
displayName?: string
属性值
string
managementGroupId
管理组 ID。
managementGroupId?: string
属性值
string
provisioningState
资源的预配状态。
provisioningState?: string
属性值
string
resellerId
经销商 ID
resellerId?: string
属性值
string
subscriptionId
新建的订阅 ID。注意:此属性不会序列化。 它只能由服务器填充。
subscriptionId?: string
属性值
string
subscriptionOwnerId
订阅的所有者 ID
subscriptionOwnerId?: string
属性值
string
tags
订阅的标记
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
workload
订阅的工作负荷类型。 它可以是生产或开发测试。
workload?: string
属性值
string