次の方法で共有


CalculateExchangeOperationsExtensions.Post メソッド

定義

新しい購入の払い戻し金額と価格を計算します。

public static Microsoft.Azure.Management.Reservations.Models.CalculateExchangeOperationResultResponse Post(this Microsoft.Azure.Management.Reservations.ICalculateExchangeOperations operations, Microsoft.Azure.Management.Reservations.Models.CalculateExchangeRequest body);
static member Post : Microsoft.Azure.Management.Reservations.ICalculateExchangeOperations * Microsoft.Azure.Management.Reservations.Models.CalculateExchangeRequest -> Microsoft.Azure.Management.Reservations.Models.CalculateExchangeOperationResultResponse
<Extension()>
Public Function Post (operations As ICalculateExchangeOperations, body As CalculateExchangeRequest) As CalculateExchangeOperationResultResponse

パラメーター

operations
ICalculateExchangeOperations

この拡張メソッドの操作グループ。

body
CalculateExchangeRequest

実行する必要がある購入と払い戻しを含む要求。

戻り値

注釈

ポリシー エラーがない場合は、"予約" を交換するための価格を計算します。

適用対象