SavingsPlanUpdateRequestProperties Class

Savings plan patch request.

Inheritance
azure.mgmt.billing._serialization.Model
SavingsPlanUpdateRequestProperties

Constructor

SavingsPlanUpdateRequestProperties(*, display_name: str | None = None, applied_scope_type: str | _models.AppliedScopeType | None = None, applied_scope_properties: _models.AppliedScopeProperties | None = None, renew: bool = False, renew_properties: _models.RenewProperties | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
display_name
str

Display name.

applied_scope_type

Type of the Applied Scope. Known values are: "Single", "Shared", and "ManagementGroup".

applied_scope_properties

Properties specific to applied scope type. Not required if not applicable.

renew

Setting this to true will automatically purchase a new benefit on the expiration date time.

renew_properties

Properties specific to renew.

Variables

Name Description
display_name
str

Display name.

applied_scope_type

Type of the Applied Scope. Known values are: "Single", "Shared", and "ManagementGroup".

applied_scope_properties

Properties specific to applied scope type. Not required if not applicable.

renew

Setting this to true will automatically purchase a new benefit on the expiration date time.

renew_properties

Properties specific to renew.