Share via


SavingsPlanUpdateRequestProperties Class

Savings plan patch request.

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.

Default value: None
applied_scope_type

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

Default value: None
applied_scope_properties

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

Default value: None
renew

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

Default value: False
renew_properties

Properties specific to renew.

Default value: None

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.