AppliedScopeProperties Class
Properties specific to applied scope type. Not required if not applicable.
- Inheritance
-
azure.mgmt.billing._serialization.ModelAppliedScopeProperties
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
|
Tenant ID where the savings plan where the benefit is applied. |
management_group_id
|
Fully-qualified identifier of the management group where the benefit is applied. |
subscription_id
|
Fully-qualified identifier of the subscription where the benefit is applied. |
resource_group_id
|
Fully-qualified identifier of the resource group where the benefit is applied. |
display_name
|
Display name. |
Variables
Name | Description |
---|---|
tenant_id
|
Tenant ID where the savings plan where the benefit is applied. |
management_group_id
|
Fully-qualified identifier of the management group where the benefit is applied. |
subscription_id
|
Fully-qualified identifier of the subscription where the benefit is applied. |
resource_group_id
|
Fully-qualified identifier of the resource group where the benefit is applied. |
display_name
|
Display name. |
Azure SDK for Python