SubscriptionUnderManagementGroupProperties Class

The generic properties of subscription under a management group.

Constructor

SubscriptionUnderManagementGroupProperties(*args: Any, **kwargs: Any)

Variables

Name Description
tenant
str

The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000.

display_name
str

The friendly name of the subscription.

parent

The ID of the parent management group.

state
str

The state of the subscription.

Attributes

display_name

The friendly name of the subscription.

display_name: str | None

parent

The ID of the parent management group.

parent: _models.DescendantParentGroupInfo | None

state

The state of the subscription.

state: str | None

tenant

The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000.

tenant: str | None