IExchangeOperationResultResponse.ReservationsToPurchase Property

Definition

Details of the reservations being purchased

[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Create=true, Description="Details of the reservations being purchased", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IReservationToPurchaseExchange) }, Read=true, ReadOnly=false, Required=false, SerializedName="reservationsToPurchase", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IReservationToPurchaseExchange> ReservationsToPurchase { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Create=true, Description="Details of the reservations being purchased", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IReservationToPurchaseExchange) }, Read=true, ReadOnly=false, Required=false, SerializedName="reservationsToPurchase", Update=true)>]
member this.ReservationsToPurchase : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.IReservationToPurchaseExchange> with get, set
Public Property ReservationsToPurchase As List(Of IReservationToPurchaseExchange)

Property Value

Attributes

Applies to