共用方式為


ReservationMergeProperties Constructors

Definition

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}

mergeSources
IList<String>

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}

Applies to