次の方法で共有


ReservationsExtensions.Exchange メソッド

定義

1 つ以上 Reservations の購入と引き換えに 1 つ以上 Reservation を返します。

  • 要求パス/プロバイダー/Microsoft.Capacity/exchange
  • 操作IdExchange_Post
public static Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Reservations.Models.ExchangeResult> Exchange (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.WaitUntil waitUntil, Azure.ResourceManager.Reservations.Models.ExchangeContent content, System.Threading.CancellationToken cancellationToken = default);
static member Exchange : Azure.ResourceManager.Resources.TenantResource * Azure.WaitUntil * Azure.ResourceManager.Reservations.Models.ExchangeContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Reservations.Models.ExchangeResult>
<Extension()>
Public Function Exchange (tenantResource As TenantResource, waitUntil As WaitUntil, content As ExchangeContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ExchangeResult)

パラメーター

tenantResource
TenantResource

TenantResourceメソッドが実行するインスタンス。

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。

content
ExchangeContent

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象