PutAliasRequestAdditionalProperties interface
Put subscription additional properties.
Properties
management |
Management group Id for the subscription. |
subscription |
Owner Id of the subscription |
subscription |
Tenant Id of the subscription |
tags | Tags for the subscription |
Property Details
managementGroupId
Management group Id for the subscription.
managementGroupId?: string
Property Value
string
subscriptionOwnerId
Owner Id of the subscription
subscriptionOwnerId?: 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}