PutAliasRequestProperties interface
放置订阅属性。
属性
| additional |
放置别名请求其他属性。 |
| billing |
订阅的计费范围。 对于 CustomerLed 和 FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName} For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName} For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName} |
| display |
订阅的友好名称。 |
| reseller |
经销商 ID |
| subscription |
此参数可用于为现有订阅 ID 创建别名 |
| workload | 订阅的工作负荷类型。 它可以是生产或开发测试。 |
属性详细信息
additionalProperties
放置别名请求其他属性。
additionalProperties?: PutAliasRequestAdditionalProperties
属性值
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
displayName
订阅的友好名称。
displayName?: string
属性值
string
resellerId
经销商 ID
resellerId?: string
属性值
string
subscriptionId
此参数可用于为现有订阅 ID 创建别名
subscriptionId?: string
属性值
string
workload
订阅的工作负荷类型。 它可以是生产或开发测试。
workload?: string
属性值
string