你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.