共用方式為


CalculateExchangeResponseProperties.ReservationsToExchange Property

Definition

Gets or sets details of the reservations being returned

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to