Share via


ArmReservationsModelFactory.ExchangeResultProperties Method

Definition

Initializes a new instance of ExchangeResultProperties.

public static Azure.ResourceManager.Reservations.Models.ExchangeResultProperties ExchangeResultProperties (Guid? sessionId = default, Azure.ResourceManager.Reservations.Models.PurchasePrice netPayable = default, Azure.ResourceManager.Reservations.Models.PurchasePrice refundsTotal = default, Azure.ResourceManager.Reservations.Models.PurchasePrice purchasesTotal = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Reservations.Models.ReservationToPurchaseExchange> reservationsToPurchase = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Reservations.Models.SavingsPlanToPurchaseExchange> savingsPlansToPurchase = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Reservations.Models.ReservationToReturnForExchange> reservationsToExchange = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Reservations.Models.ExchangePolicyError> policyErrors = default);
static member ExchangeResultProperties : Nullable<Guid> * Azure.ResourceManager.Reservations.Models.PurchasePrice * Azure.ResourceManager.Reservations.Models.PurchasePrice * Azure.ResourceManager.Reservations.Models.PurchasePrice * seq<Azure.ResourceManager.Reservations.Models.ReservationToPurchaseExchange> * seq<Azure.ResourceManager.Reservations.Models.SavingsPlanToPurchaseExchange> * seq<Azure.ResourceManager.Reservations.Models.ReservationToReturnForExchange> * seq<Azure.ResourceManager.Reservations.Models.ExchangePolicyError> -> Azure.ResourceManager.Reservations.Models.ExchangeResultProperties
Public Shared Function ExchangeResultProperties (Optional sessionId As Nullable(Of Guid) = Nothing, Optional netPayable As PurchasePrice = Nothing, Optional refundsTotal As PurchasePrice = Nothing, Optional purchasesTotal As PurchasePrice = Nothing, Optional reservationsToPurchase As IEnumerable(Of ReservationToPurchaseExchange) = Nothing, Optional savingsPlansToPurchase As IEnumerable(Of SavingsPlanToPurchaseExchange) = Nothing, Optional reservationsToExchange As IEnumerable(Of ReservationToReturnForExchange) = Nothing, Optional policyErrors As IEnumerable(Of ExchangePolicyError) = Nothing) As ExchangeResultProperties

Parameters

sessionId
Nullable<Guid>

Exchange session identifier.

netPayable
PurchasePrice

Pricing information containing the amount and the currency code.

refundsTotal
PurchasePrice

Pricing information containing the amount and the currency code.

purchasesTotal
PurchasePrice

Pricing information containing the amount and the currency code.

reservationsToPurchase
IEnumerable<ReservationToPurchaseExchange>

Details of the reservations being purchased.

savingsPlansToPurchase
IEnumerable<SavingsPlanToPurchaseExchange>

Details of the savings plans being purchased.

reservationsToExchange
IEnumerable<ReservationToReturnForExchange>

Details of the reservations being returned.

policyErrors
IEnumerable<ExchangePolicyError>

Exchange policy errors.

Returns

A new ExchangeResultProperties instance for mocking.

Applies to