SavingsPlanUpdateRequestProperties Class
Savings plan patch request.
Constructor
SavingsPlanUpdateRequestProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
display_name
|
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. |
Attributes
applied_scope_properties
Properties specific to applied scope type. Not required if not applicable.
applied_scope_properties: _models.AppliedScopeProperties | None
applied_scope_type
"Single", "Shared", and "ManagementGroup".
applied_scope_type: str | _models.AppliedScopeType | None
display_name
Display name.
display_name: str | None
renew
Setting this to true will automatically purchase a new benefit on the expiration date time.
renew: bool | None
renew_properties
Properties specific to renew.
renew_properties: _models.RenewProperties | None