AppliedScopeProperties Class
Properties specific to applied scope type. Not required if not applicable.
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. Default value: None
|
|
management_group_id
|
Fully-qualified identifier of the management group where the benefit is applied. Default value: None
|
|
subscription_id
|
Fully-qualified identifier of the subscription where the benefit is applied. Default value: None
|
|
resource_group_id
|
Fully-qualified identifier of the resource group where the benefit is applied. Default value: None
|
|
display_name
|
Display name. Default value: None
|
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. |