ReservationToExchange Constructors
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.
Overloads
ReservationToExchange() |
Initializes a new instance of the ReservationToExchange class. |
ReservationToExchange(String, Nullable<Int32>, Price, BillingInformation) |
Initializes a new instance of the ReservationToExchange class. |
ReservationToExchange()
Initializes a new instance of the ReservationToExchange class.
public ReservationToExchange ();
Public Sub New ()
Applies to
ReservationToExchange(String, Nullable<Int32>, Price, BillingInformation)
Initializes a new instance of the ReservationToExchange class.
public ReservationToExchange (string reservationId = default, int? quantity = default, Microsoft.Azure.Management.Reservations.Models.Price billingRefundAmount = default, Microsoft.Azure.Management.Reservations.Models.BillingInformation billingInformation = default);
new Microsoft.Azure.Management.Reservations.Models.ReservationToExchange : string * Nullable<int> * Microsoft.Azure.Management.Reservations.Models.Price * Microsoft.Azure.Management.Reservations.Models.BillingInformation -> Microsoft.Azure.Management.Reservations.Models.ReservationToExchange
Public Sub New (Optional reservationId As String = Nothing, Optional quantity As Nullable(Of Integer) = Nothing, Optional billingRefundAmount As Price = Nothing, Optional billingInformation As BillingInformation = Nothing)
Parameters
- reservationId
- String
Fully qualified id of the Reservation being returned.
- billingRefundAmount
- Price
- billingInformation
- BillingInformation
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET