次の方法で共有


NetworkExtensions.SwapPublicIPAddressesLoadBalancer メソッド

定義

2 つのロード バランサー間で VIP をスワップします。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Network/locations/{location}/setLoadBalancerFrontendPublicIpAddresses
  • 操作IdLoadBalancers_SwapPublicIpAddresses
public static Azure.ResourceManager.ArmOperation SwapPublicIPAddressesLoadBalancer (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 SwapPublicIPAddressesLoadBalancer : Azure.ResourceManager.Resources.SubscriptionResource * Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Network.Models.LoadBalancerVipSwapContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
<Extension()>
Public Function SwapPublicIPAddressesLoadBalancer (subscriptionResource As SubscriptionResource, waitUntil As WaitUntil, location As AzureLocation, content As LoadBalancerVipSwapContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

waitUntil
WaitUntil

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

location
AzureLocation

ロード バランサーが配置されているリージョン。

content
LoadBalancerVipSwapContent

スワップする VIP を定義するパラメーター。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象