PurchaseRequestProperties Class
Purchase request properties.
Constructor
PurchaseRequestProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
display_name
|
Friendly name of the savings plan. |
|
billing_scope_id
|
Subscription that will be charged for purchasing SavingsPlan. |
|
term
|
Represents the Savings plan term in ISO 8601 format. Known values are: "P1Y", "P3Y", and "P5Y". |
|
billing_plan
|
str or
BillingPlan
Represents the billing plan in ISO 8601 format. Required only for monthly purchases. "P1M" |
|
applied_scope_type
|
Type of the Applied Scope. Known values are: "Single", "Shared", and "ManagementGroup". |
|
commitment
|
Commitment towards the benefit. |
|
renew
|
Setting this to true will automatically purchase a new benefit on the expiration date time. |
|
applied_scope_properties
|
Properties specific to applied scope type. Not required if not applicable. |
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
billing_plan
Represents the billing plan in ISO 8601 format. Required only for monthly purchases. "P1M"
billing_plan: str | _models.BillingPlan | None
billing_scope_id
Subscription that will be charged for purchasing SavingsPlan.
billing_scope_id: str | None
commitment
Commitment towards the benefit.
commitment: _models.Commitment | None
display_name
Friendly name of the savings plan.
display_name: str | None
renew
Setting this to true will automatically purchase a new benefit on the expiration date time.
renew: bool | None
term
"P1Y", "P3Y", and "P5Y".
term: str | _models.SavingsPlanTerm | None