ReservationMergeProperties Class
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.
public class ReservationMergeProperties
type ReservationMergeProperties = class
Public Class ReservationMergeProperties
- Inheritance
-
ReservationMergeProperties
Constructors
ReservationMergeProperties() |
Initializes a new instance of the ReservationMergeProperties class. |
ReservationMergeProperties(String, IList<String>) |
Initializes a new instance of the ReservationMergeProperties class. |
Properties
MergeDestination |
Gets or sets reservation Resource Id Created due to the merge. Format of the resource Id is /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} |
MergeSources |
Gets or sets 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
Azure SDK for .NET