ReservationOrderResponse 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 ReservationOrderResponse : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ReservationOrderResponse = class
interface IResource
Public Class ReservationOrderResponse
Implements IResource
- Inheritance
-
ReservationOrderResponse
- Attributes
- Implements
Constructors
ReservationOrderResponse() |
Initializes a new instance of the ReservationOrderResponse class. |
ReservationOrderResponse(Nullable<Int32>, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, String, String, String, ReservationOrderBillingPlanInformation, IList<ReservationResponse>, String) |
Initializes a new instance of the ReservationOrderResponse class. |
Properties
BillingPlan |
Gets or sets possible values include: 'Upfront', 'Monthly' |
CreatedDateTime |
Gets or sets this is the DateTime when the reservation was created. |
DisplayName |
Gets or sets friendly name for user to easily identified the reservation. |
Etag | |
ExpiryDate |
Gets or sets this is the date when the Reservation will expire. |
Id |
Gets identifier of the reservation |
Name |
Gets name of the reservation |
OriginalQuantity | |
PlanInformation | |
ProvisioningState |
Gets or sets current state of the reservation. |
RequestDateTime |
Gets or sets this is the DateTime when the reservation was initially requested for purchase. |
ReservationsProperty | |
Term |
Gets or sets possible values include: 'P1Y', 'P3Y' |
Type |
Gets type of resource. "Microsoft.Capacity/reservations" |
Applies to
Azure SDK for .NET