MergeRequest 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
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
Format of the resource id should be /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId}
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET