ReservationSplitProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ReservationSplitProperties
type ReservationSplitProperties = class
Public Class ReservationSplitProperties
- Inheritance
-
ReservationSplitProperties
Constructors
ReservationSplitProperties() |
Initializes a new instance of the ReservationSplitProperties class. |
ReservationSplitProperties(IList<String>, String) |
Initializes a new instance of the ReservationSplitProperties class. |
Properties
SplitDestinations |
Gets or sets list of destination Resource Id that are created due to split. Format of the resource Id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} |
SplitSource |
Gets or sets resource Id of the Reservation from which this is split. Format of the resource Id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} |