Reservation Class
The definition of the reservation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
Reservation
Constructor
Reservation(*, sku: Optional[azure.mgmt.billing.models._models_py3.ReservationSkuProperty] = None, applied_scopes: Optional[List[str]] = None, **kwargs)
Parameters
The array of applied scopes of a reservation. Will be null if the reservation is in Shared scope.
Variables
- id
- str
The id of the reservation.
- name
- str
The name of the reservation.
- type
- str
The type of the reservation.
- location
- str
The location of the reservation.
- applied_scope_type
- str
The applied scope type of the reservation.
- reserved_resource_type
- str
The reserved source type of the reservation, e.g. virtual machine.
- quantity
- float
The number of the reservation.
- provisioning_state
- str
The provisioning state of the reservation, e.g. Succeeded.
- expiry_date
- str
The expiry date of the reservation.
- provisioning_sub_state
- str
The provisioning state of the reservation, e.g. Succeeded.
- display_name
- str
The display name of the reservation.
- display_provisioning_state
- str
The provisioning state of the reservation for display, e.g. Succeeded.
- user_friendly_renew_state
- str
The renew state of the reservation for display, e.g. On.
- user_friendly_applied_scope_type
- str
The applied scope type of the reservation for display, e.g. Shared.
- effective_date_time
- str
The effective date time of the reservation.
- sku_description
- str
The sku description of the reservation.
- term
- str
The term of the reservation, e.g. P1Y.
- renew
- bool
The renew state of the reservation.
- renew_source
- str
The renew source of the reservation.
- utilization
- ReservationPropertyUtilization
Reservation utilization.
Feedback
Submit and view feedback for