SubscriptionUnderManagementGroup Class
The details of subscription under management group.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelSubscriptionUnderManagementGroup
Constructor
SubscriptionUnderManagementGroup(*, tenant: str | None = None, display_name: str | None = None, parent: DescendantParentGroupInfo | None = None, state: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
tenant
Required
|
The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000. |
display_name
Required
|
The friendly name of the subscription. |
parent
Required
|
The ID of the parent management group. |
state
Required
|
The state of the subscription. |
Keyword-Only Parameters
Name | Description |
---|---|
tenant
Required
|
|
display_name
Required
|
|
parent
Required
|
|
state
Required
|
|
Variables
Name | Description |
---|---|
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. |
type
|
The type of the resource. For example, Microsoft.Management/managementGroups/subscriptions. |
name
|
The stringified id of the subscription. For example, 00000000-0000-0000-0000-000000000000. |
Azure SDK for Python