ReservationOrderResponse 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
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. |
ReservationOrderResponse()
Initializes a new instance of the ReservationOrderResponse class.
public ReservationOrderResponse ();
Public Sub New ()
Applies to
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.
public ReservationOrderResponse (int? etag = default, string id = default, string name = default, string displayName = default, DateTime? requestDateTime = default, DateTime? createdDateTime = default, DateTime? expiryDate = default, int? originalQuantity = default, string term = default, string provisioningState = default, string billingPlan = default, Microsoft.Azure.Management.Reservations.Models.ReservationOrderBillingPlanInformation planInformation = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ReservationResponse> reservationsProperty = default, string type = default);
new Microsoft.Azure.Management.Reservations.Models.ReservationOrderResponse : Nullable<int> * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * string * string * string * Microsoft.Azure.Management.Reservations.Models.ReservationOrderBillingPlanInformation * System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ReservationResponse> * string -> Microsoft.Azure.Management.Reservations.Models.ReservationOrderResponse
Public Sub New (Optional etag As Nullable(Of Integer) = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional requestDateTime As Nullable(Of DateTime) = Nothing, Optional createdDateTime As Nullable(Of DateTime) = Nothing, Optional expiryDate As Nullable(Of DateTime) = Nothing, Optional originalQuantity As Nullable(Of Integer) = Nothing, Optional term As String = Nothing, Optional provisioningState As String = Nothing, Optional billingPlan As String = Nothing, Optional planInformation As ReservationOrderBillingPlanInformation = Nothing, Optional reservationsProperty As IList(Of ReservationResponse) = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Identifier of the reservation
- name
- String
Name of the reservation
- displayName
- String
Friendly name for user to easily identified the reservation.
This is the DateTime when the reservation was initially requested for purchase.
- term
- String
Possible values include: 'P1Y', 'P3Y'
- provisioningState
- String
Current state of the reservation.
- billingPlan
- String
Possible values include: 'Upfront', 'Monthly'
- planInformation
- ReservationOrderBillingPlanInformation
- reservationsProperty
- IList<ReservationResponse>
- type
- String
Type of resource. "Microsoft.Capacity/reservations"
Applies to
Azure SDK for .NET