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.ModelReservationAppliedScopeProperties
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
|
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. |
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. |
Azure SDK for Python