次の方法で共有


CalculateExchangeRequestProperties.ReservationsToPurchase プロパティ

定義

この交換で購入される予約の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="reservationsToPurchase")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PurchaseRequest> ReservationsToPurchase { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reservationsToPurchase")>]
member this.ReservationsToPurchase : System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.PurchaseRequest> with get, set
Public Property ReservationsToPurchase As IList(Of PurchaseRequest)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象