ArmReservationsModelFactory.SavingsPlanToPurchaseExchange Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de SavingsPlanToPurchaseExchange.
public static Azure.ResourceManager.Reservations.Models.SavingsPlanToPurchaseExchange SavingsPlanToPurchaseExchange (string savingsPlanOrderId = default, string savingsPlanId = default, Azure.ResourceManager.Reservations.Models.SavingsPlanPurchase properties = default, Azure.ResourceManager.Reservations.Models.PurchasePrice billingCurrencyTotal = default, Azure.ResourceManager.Reservations.Models.ReservationOperationStatus? status = default);
static member SavingsPlanToPurchaseExchange : string * string * Azure.ResourceManager.Reservations.Models.SavingsPlanPurchase * Azure.ResourceManager.Reservations.Models.PurchasePrice * Nullable<Azure.ResourceManager.Reservations.Models.ReservationOperationStatus> -> Azure.ResourceManager.Reservations.Models.SavingsPlanToPurchaseExchange
Public Shared Function SavingsPlanToPurchaseExchange (Optional savingsPlanOrderId As String = Nothing, Optional savingsPlanId As String = Nothing, Optional properties As SavingsPlanPurchase = Nothing, Optional billingCurrencyTotal As PurchasePrice = Nothing, Optional status As Nullable(Of ReservationOperationStatus) = Nothing) As SavingsPlanToPurchaseExchange
Parâmetros
- savingsPlanOrderId
- String
ID totalmente qualificada da ordem do plano de economia que está sendo comprada.
- savingsPlanId
- String
ID totalmente qualificada do plano de economia que está sendo comprado. Esse valor só será garantido como não nulo se a compra for bem-sucedida.
- properties
- SavingsPlanPurchase
Corpo da solicitação para compra do plano de economia.
- billingCurrencyTotal
- PurchasePrice
Informações de preço que contêm o valor e o código de moeda.
- status
- Nullable<ReservationOperationStatus>
Status da operação individual.
Retornos
Uma nova SavingsPlanToPurchaseExchange instância para simulação.