共用方式為


MergeRequest Constructors

Definition

Overloads

MergeRequest()

Initializes a new instance of the MergeRequest class.

MergeRequest(IList<String>)

Initializes a new instance of the MergeRequest class.

MergeRequest()

Initializes a new instance of the MergeRequest class.

public MergeRequest ();
Public Sub New ()

Applies to

MergeRequest(IList<String>)

Initializes a new instance of the MergeRequest class.

public MergeRequest (System.Collections.Generic.IList<string> sources = default);
new Microsoft.Azure.Management.Reservations.Models.MergeRequest : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Reservations.Models.MergeRequest
Public Sub New (Optional sources As IList(Of String) = Nothing)

Parameters

sources
IList<String>

Format of the resource id should be /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}

Applies to