CalculateExchangeRequestProperties.ReservationsToExchange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets list of reservations that are being returned in this exchange.
[Newtonsoft.Json.JsonProperty(PropertyName="reservationsToExchange")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ReservationToReturn> ReservationsToExchange { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reservationsToExchange")>]
member this.ReservationsToExchange : System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ReservationToReturn> with get, set
Public Property ReservationsToExchange As IList(Of ReservationToReturn)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute