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.
Constructor
ReservationAppliedScopeProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tenant_id
|
Tenant ID where the reservation should apply benefit. |
|
management_group_id
|
Fully-qualified identifier of the management group where the benefit must be applied. |
|
subscription_id
|
Fully-qualified identifier of the subscription. |
|
resource_group_id
|
Fully-qualified identifier of the resource group. |
|
display_name
|
Display name. |
Attributes
display_name
Display name.
display_name: str | None
management_group_id
Fully-qualified identifier of the management group where the benefit must be applied.
management_group_id: str | None
resource_group_id
Fully-qualified identifier of the resource group.
resource_group_id: str | None
subscription_id
Fully-qualified identifier of the subscription.
subscription_id: str | None
tenant_id
Tenant ID where the reservation should apply benefit.
tenant_id: str | None