AppliedScopeProperties Class
Properties specific to applied scope type. Not required if not applicable.
Constructor
AppliedScopeProperties(*args: Any, **kwargs: Any)
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. |
Attributes
display_name
Display name.
display_name: str | None
management_group_id
Fully-qualified identifier of the management group where the benefit is applied.
management_group_id: str | None
resource_group_id
Fully-qualified identifier of the resource group where the benefit is applied.
resource_group_id: str | None
subscription_id
Fully-qualified identifier of the subscription where the benefit is applied.
subscription_id: str | None
tenant_id
Tenant ID where the savings plan where the benefit is applied.
tenant_id: str | None