SubscriptionAliasResponseProperties interface
구독 만들기 결과 속성을 배치합니다.
속성
accept |
리소스의 소유권 허용 상태입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다. |
accept |
구독 소유권을 수락할 URL입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다. |
billing |
구독의 청구 범위입니다. CustomerLed 및 FieldLed의 경우 - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName} For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName} 레거시 EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName} |
created |
만든 시간 |
display |
구독의 표시 이름입니다. |
management |
관리 그룹 ID입니다. |
provisioning |
리소스의 프로비전 상태입니다. |
reseller |
재판매인 ID |
subscription |
새로 만든 구독 ID입니다. 참고: 이 속성은 직렬화되지 않습니다. 서버에서만 채울 수 있습니다. |
subscription |
구독의 소유자 ID |
tags | 구독에 대한 태그 |
workload | 구독의 워크로드 유형입니다. 프로덕션 또는 DevTest일 수 있습니다. |
속성 세부 정보
acceptOwnershipState
리소스의 소유권 허용 상태입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.
acceptOwnershipState?: string
속성 값
string
acceptOwnershipUrl
구독 소유권을 수락할 URL입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.
acceptOwnershipUrl?: string
속성 값
string
billingScope
구독의 청구 범위입니다. CustomerLed 및 FieldLed의 경우 - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName} For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName} 레거시 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