SplitRequest 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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SplitRequest
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SplitRequest = class
Public Class SplitRequest
- Inheritance
-
SplitRequest
- Attributes
Constructors
SplitRequest() |
Initializes a new instance of the SplitRequest class. |
SplitRequest(IList<Nullable<Int32>>, String) |
Initializes a new instance of the SplitRequest class. |
Properties
Quantities |
Gets or sets list of the quantities in the new reservations to create. |
ReservationId |
Gets or sets resource id of the reservation to be split. Format of the resource id should be /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} |
Applies to
Azure SDK for .NET