NetworkExtensions.SwapPublicIpAddressesAsync Method

Definition

Swaps VIPs between two load balancers. <item> Mocking. To mock this method, please mock SwapPublicIpAddressesAsync(WaitUntil, AzureLocation, LoadBalancerVipSwapContent, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> SwapPublicIpAddressesAsync(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 SwapPublicIpAddressesAsync : 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 SwapPublicIpAddressesAsync (subscriptionResource As SubscriptionResource, waitUntil As WaitUntil, location As AzureLocation, content As LoadBalancerVipSwapContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

location
AzureLocation

The name of the Azure region.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource is null.

Applies to