NetworkExtensions.SwapPublicIPAddressesLoadBalancer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Swaps VIPs between two load balancers.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/setLoadBalancerFrontendPublicIpAddresses
- Operation Id: LoadBalancers_SwapPublicIPAddresses
- Default Api Version: 2024-03-01
- Resource: LoadBalancerResource
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
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance 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 region where load balancers are located at.
- content
- LoadBalancerVipSwapContent
Parameters that define which VIPs should be swapped.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
subscriptionResource
or content
is null.
Applies to
Azure SDK for .NET