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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET