ReservationSplitProperties Constructors
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.
Overloads
ReservationSplitProperties() |
Initializes a new instance of the ReservationSplitProperties class. |
ReservationSplitProperties(IList<String>, String) |
Initializes a new instance of the ReservationSplitProperties class. |
ReservationSplitProperties()
Initializes a new instance of the ReservationSplitProperties class.
public ReservationSplitProperties ();
Public Sub New ()
Applies to
ReservationSplitProperties(IList<String>, String)
Initializes a new instance of the ReservationSplitProperties class.
public ReservationSplitProperties (System.Collections.Generic.IList<string> splitDestinations = default, string splitSource = default);
new Microsoft.Azure.Management.Reservations.Models.ReservationSplitProperties : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Reservations.Models.ReservationSplitProperties
Public Sub New (Optional splitDestinations As IList(Of String) = Nothing, Optional splitSource As String = Nothing)
Parameters
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
- String
Resource Id of the Reservation from which this is split. Format of the resource Id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}