Compartir a través de


ArmReservationsModelFactory.SavingsPlanToPurchaseExchange Método

Definición

Inicializa una nueva instancia 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

Identificador completo del pedido del plan de ahorro que se compra.

savingsPlanId
String

Identificador completo del plan de ahorro que se está comprando. Este valor solo se garantiza que no sea NULL si la compra se realiza correctamente.

properties
SavingsPlanPurchase

Cuerpo de la solicitud para la compra del plan de ahorro.

billingCurrencyTotal
PurchasePrice

Información de precios que contiene la cantidad y el código de moneda.

status
Nullable<ReservationOperationStatus>

Estado de la operación individual.

Devoluciones

SavingsPlanToPurchaseExchange Nueva instancia de para simular.

Se aplica a