ReservationResponse Constructors

Definition

Overloads

ReservationResponse()

Initializes a new instance of the ReservationResponse class.

ReservationResponse(String, Nullable<Int32>, String, String, SkuName, ReservationProperties, String)

Initializes a new instance of the ReservationResponse class.

ReservationResponse()

Initializes a new instance of the ReservationResponse class.

public ReservationResponse ();
Public Sub New ()

Applies to

ReservationResponse(String, Nullable<Int32>, String, String, SkuName, ReservationProperties, String)

Initializes a new instance of the ReservationResponse class.

public ReservationResponse (string location = default, int? etag = default, string id = default, string name = default, Microsoft.Azure.Management.Reservations.Models.SkuName sku = default, Microsoft.Azure.Management.Reservations.Models.ReservationProperties properties = default, string type = default);
new Microsoft.Azure.Management.Reservations.Models.ReservationResponse : string * Nullable<int> * string * string * Microsoft.Azure.Management.Reservations.Models.SkuName * Microsoft.Azure.Management.Reservations.Models.ReservationProperties * string -> Microsoft.Azure.Management.Reservations.Models.ReservationResponse
Public Sub New (Optional location As String = Nothing, Optional etag As Nullable(Of Integer) = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional sku As SkuName = Nothing, Optional properties As ReservationProperties = Nothing, Optional type As String = Nothing)

Parameters

location
String

The Azure Region where the reserved resource lives.

etag
Nullable<Int32>
id
String

Identifier of the reservation

name
String

Name of the reservation

sku
SkuName
type
String

Type of resource. "Microsoft.Capacity/reservationOrders/reservations"

Applies to