ReservationAppliedScopeProperties Class

Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup.

Inheritance
azure.mgmt.billing._serialization.Model
ReservationAppliedScopeProperties

Constructor

ReservationAppliedScopeProperties(*, 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 reservation should apply benefit.

management_group_id
str

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

subscription_id
str

Fully-qualified identifier of the subscription.

resource_group_id
str

Fully-qualified identifier of the resource group.

display_name
str

Display name.

Variables

Name Description
tenant_id
str

Tenant ID where the reservation should apply benefit.

management_group_id
str

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

subscription_id
str

Fully-qualified identifier of the subscription.

resource_group_id
str

Fully-qualified identifier of the resource group.

display_name
str

Display name.