AppliedScopeProperties Class

Properties specific to applied scope type. Not required if not applicable.

Inheritance
azure.mgmt.billing._serialization.Model
AppliedScopeProperties

Constructor

AppliedScopeProperties(*, tenant_id: str | None = None, management_group_id: str | None = None, subscription_id: str | None = None, resource_group_id: str | None = None, display_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tenant_id
str

Tenant ID where the savings plan where the benefit is applied.

management_group_id
str

Fully-qualified identifier of the management group where the benefit is applied.

subscription_id
str

Fully-qualified identifier of the subscription where the benefit is applied.

resource_group_id
str

Fully-qualified identifier of the resource group where the benefit is applied.

display_name
str

Display name.

Variables

Name Description
tenant_id
str

Tenant ID where the savings plan where the benefit is applied.

management_group_id
str

Fully-qualified identifier of the management group where the benefit is applied.

subscription_id
str

Fully-qualified identifier of the subscription where the benefit is applied.

resource_group_id
str

Fully-qualified identifier of the resource group where the benefit is applied.

display_name
str

Display name.