NetworkExtensions.SwapPublicIPAddressesLoadBalancerAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つのロード バランサー間で VIP をスワップします。
- 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Network/locations/{location}/setLoadBalancerFrontendPublicIpAddresses
- 操作IdLoadBalancers_SwapPublicIpAddresses
public static System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> SwapPublicIPAddressesLoadBalancerAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Network.Models.LoadBalancerVipSwapContent content, System.Threading.CancellationToken cancellationToken = default);
static member SwapPublicIPAddressesLoadBalancerAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Network.Models.LoadBalancerVipSwapContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
<Extension()>
Public Function SwapPublicIPAddressesLoadBalancerAsync (subscriptionResource As SubscriptionResource, waitUntil As WaitUntil, location As AzureLocation, content As LoadBalancerVipSwapContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)
パラメーター
- subscriptionResource
- SubscriptionResource
SubscriptionResourceメソッドが実行されるインスタンス。
- waitUntil
- WaitUntil
Completed メソッドが、サービスで実行時間の長い操作が完了するまで戻るまで待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。 実行時間の長い操作の詳細については、「 Azure.Core Long-Running 操作のサンプル」を参照してください。
- location
- AzureLocation
ロード バランサーが配置されているリージョン。
- content
- LoadBalancerVipSwapContent
スワップする VIP を定義するパラメーター。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
content
が null です。