ReservationMergeProperties Class

Properties of reservation merge.

Inheritance
azure.mgmt.billing._serialization.Model
ReservationMergeProperties

Constructor

ReservationMergeProperties(*, merge_destination: str | None = None, merge_sources: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
merge_destination
str

Reservation resource id Created due to the merge. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}.

merge_sources

Resource ids of the source reservation's merged to form this reservation. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}.

Variables

Name Description
merge_destination
str

Reservation resource id Created due to the merge. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}.

merge_sources

Resource ids of the source reservation's merged to form this reservation. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}.