MockableNetworkSubscriptionResource.SwapPublicIpAddresses Method

Definition

Swaps VIPs between two load balancers.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/setLoadBalancerFrontendPublicIpAddresses.
  • Operation Id. : LoadBalancersOperationGroup_SwapPublicIpAddresses.
  • Default Api Version. : 2025-07-01.
public virtual Azure.ResourceManager.ArmOperation SwapPublicIpAddresses(Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Network.Models.LoadBalancerVipSwapContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member SwapPublicIpAddresses : Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Network.Models.LoadBalancerVipSwapContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.SwapPublicIpAddresses : Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Network.Models.LoadBalancerVipSwapContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function SwapPublicIpAddresses (waitUntil As WaitUntil, location As AzureLocation, content As LoadBalancerVipSwapContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

Parameters

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

content is null.

Applies to