共用方式為


CalculateExchangeRequestProperties.ReservationsToPurchase Property

Definition

Gets or sets list of reservations that are being purchased in this exchange.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to