SubscriptionAliasResponseProperties interface
サブスクリプション作成結果のプロパティを配置します。
プロパティ
| accept |
リソースの所有権の受け入れ状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| accept |
サブスクリプションの所有権を受け入れる URL。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| billing |
サブスクリプションの課金スコープ。 CustomerLed および FieldLed の場合 - /billingAccountName}/billingProfileName}/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 | サブスクリプションのワークロードの種類。 運用または DevTest のいずれかを指定できます。 |
プロパティの詳細
acceptOwnershipState
リソースの所有権の受け入れ状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
acceptOwnershipState?: string
プロパティ値
string
acceptOwnershipUrl
サブスクリプションの所有権を受け入れる URL。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
acceptOwnershipUrl?: string
プロパティ値
string
billingScope
サブスクリプションの課金スコープ。 CustomerLed および FieldLed の場合 - /billingAccountName}/billingProfileName}/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
サブスクリプションのワークロードの種類。 運用または DevTest のいずれかを指定できます。
workload?: string
プロパティ値
string