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