ReservationSwapProperties Class

Properties of reservation swap.

Inheritance
azure.mgmt.billing._serialization.Model
ReservationSwapProperties

Constructor

ReservationSwapProperties(*, swap_source: str | None = None, swap_destination: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
swap_source
str

Resource id of the source reservation that gets swapped. Format of the resource id is /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}.

swap_destination
str

Reservation resource id that the original resource gets swapped to. Format of the resource id is /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}.

Variables

Name Description
swap_source
str

Resource id of the source reservation that gets swapped. Format of the resource id is /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}.

swap_destination
str

Reservation resource id that the original resource gets swapped to. Format of the resource id is /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}.