你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReservationResponse 构造函数

定义

重载

ReservationResponse()

初始化 ReservationResponse 类的新实例。

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

初始化 ReservationResponse 类的新实例。

ReservationResponse()

初始化 ReservationResponse 类的新实例。

public ReservationResponse ();
Public Sub New ()

适用于

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

初始化 ReservationResponse 类的新实例。

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)

参数

location
String

保留资源所在的 Azure 区域。

etag
Nullable<Int32>
id
String

预留的标识符

name
String

预留的名称

sku
SkuName
type
String

资源的类型。 “Microsoft.Capacity/reservationOrders/reservations”

适用于