ReservationSplitProperties Class
Properties of reservation split.
- Inheritance
-
azure.mgmt.billing._serialization.ModelReservationSplitProperties
Constructor
ReservationSplitProperties(*, split_destinations: List[str] | None = None, split_source: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
split_destinations
|
List of destination resource id that are created due to split. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}. |
split_source
|
Resource id of the reservation from which this is split. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}. |
Variables
Name | Description |
---|---|
split_destinations
|
List of destination resource id that are created due to split. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}. |
split_source
|
Resource id of the reservation from which this is split. Format of the resource id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}. |
Azure SDK for Python