Skip to main content

reservation

Overview

Namereservation
TypeResource
Idazure.reservations.reservation

Fields

NameDatatypeDescription
etaginteger
kindstringResource Provider type to be reserved.
locationstringThe Azure region where the reserved resource lives.
propertiesobjectThe properties of the reservations
skuobjectThe name of sku

Methods

NameAccessible byRequired ParamsDescription
getSELECTreservationId, reservationOrderIdGet specific Reservation details.
listSELECTreservationOrderIdList Reservations within a single ReservationOrder.
_listEXECreservationOrderIdList Reservations within a single ReservationOrder.
archiveEXECreservationId, reservationOrderIdArchiving a Reservation moves it to Archived state.
available_scopesEXECreservationId, reservationOrderIdCheck whether the scopes from request is valid for Reservation.
mergeEXECreservationOrderIdMerge the specified Reservations into a new Reservation. The two Reservations being merged must have same properties.
splitEXECreservationOrderIdSplit a Reservation into two Reservations with specified quantity distribution.
unarchiveEXECreservationId, reservationOrderIdRestores a Reservation to the state it was before archiving.
updateEXECreservationId, reservationOrderIdUpdates the applied scopes of the Reservation.