ReservationSwapProperties Class
Properties of reservation swap.
- Inheritance
-
azure.mgmt.billing._serialization.ModelReservationSwapProperties
Constructor
ReservationSwapProperties(*, swap_source: str | None = None, swap_destination: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
swap_source
|
Resource id of the source reservation that gets swapped. Format of the resource id is /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}. |
swap_destination
|
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
|
Resource id of the source reservation that gets swapped. Format of the resource id is /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}. |
swap_destination
|
Reservation resource id that the original resource gets swapped to. Format of the resource id is /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}. |
Azure SDK for Python