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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET