CalculateExchange interface
Interface representing a CalculateExchange.
Methods
begin |
Calculates price for exchanging |
begin |
Calculates price for exchanging |
Method Details
beginPost(CalculateExchangeRequest, CalculateExchangePostOptionalParams)
Calculates price for exchanging Reservations
if there are no policy errors.
function beginPost(body: CalculateExchangeRequest, options?: CalculateExchangePostOptionalParams): Promise<SimplePollerLike<OperationState<CalculateExchangeOperationResultResponse>, CalculateExchangeOperationResultResponse>>
Parameters
Request containing purchases and refunds that need to be executed.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<CalculateExchangeOperationResultResponse>, CalculateExchangeOperationResultResponse>>
beginPostAndWait(CalculateExchangeRequest, CalculateExchangePostOptionalParams)
Calculates price for exchanging Reservations
if there are no policy errors.
function beginPostAndWait(body: CalculateExchangeRequest, options?: CalculateExchangePostOptionalParams): Promise<CalculateExchangeOperationResultResponse>
Parameters
Request containing purchases and refunds that need to be executed.
The options parameters.