ArmReservationsModelFactory.ReservationMergeProperties Method
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.
Initializes a new instance of ReservationMergeProperties.
public static Azure.ResourceManager.Reservations.Models.ReservationMergeProperties ReservationMergeProperties (string mergeDestination = default, System.Collections.Generic.IEnumerable<string> mergeSources = default);
static member ReservationMergeProperties : string * seq<string> -> Azure.ResourceManager.Reservations.Models.ReservationMergeProperties
Public Shared Function ReservationMergeProperties (Optional mergeDestination As String = Nothing, Optional mergeSources As IEnumerable(Of String) = Nothing) As ReservationMergeProperties
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
- IEnumerable<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}.
Returns
A new ReservationMergeProperties instance for mocking.
Applies to
Azure SDK for .NET