SubscriptionUnderManagementGroup interface
The details of subscription under management group.
Properties
display |
The friendly name of the subscription. |
id | The fully qualified ID for the subscription. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/subscriptions/0000000-0000-0000-0000-000000000001 NOTE: This property will not be serialized. It can only be populated by the server. |
name | The stringified id of the subscription. For example, 00000000-0000-0000-0000-000000000000 NOTE: This property will not be serialized. It can only be populated by the server. |
parent | The ID of the parent management group. |
state | The state of the subscription. |
tenant | The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000 |
type | The type of the resource. For example, Microsoft.Management/managementGroups/subscriptions NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
displayName
The friendly name of the subscription.
displayName?: string
Property Value
string
id
The fully qualified ID for the subscription. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/subscriptions/0000000-0000-0000-0000-000000000001 NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
The stringified id of the subscription. For example, 00000000-0000-0000-0000-000000000000 NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
parent
The ID of the parent management group.
parent?: DescendantParentGroupInfo
Property Value
state
The state of the subscription.
state?: string
Property Value
string
tenant
The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000
tenant?: string
Property Value
string
type
The type of the resource. For example, Microsoft.Management/managementGroups/subscriptions NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string