AcceptOwnershipStatusResponse interface
Subscription Accept Ownership Response
Properties
accept |
The accept ownership state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
billing |
UPN of the billing owner NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The display name of the subscription. |
provisioning |
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
subscription |
Newly created subscription Id. NOTE: This property will not be serialized. It can only be populated by the server. |
subscription |
Tenant Id of the subscription |
tags | Tags for the subscription |
Property Details
acceptOwnershipState
The accept ownership state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
acceptOwnershipState?: string
Property Value
string
billingOwner
UPN of the billing owner NOTE: This property will not be serialized. It can only be populated by the server.
billingOwner?: string
Property Value
string
displayName
The display name of the subscription.
displayName?: string
Property Value
string
provisioningState
The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
subscriptionId
Newly created subscription Id. NOTE: This property will not be serialized. It can only be populated by the server.
subscriptionId?: string
Property Value
string
subscriptionTenantId
Tenant Id of the subscription
subscriptionTenantId?: string
Property Value
string
tags
Tags for the subscription
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}