ArmNetworkModelFactory.LoadBalancerVipSwapContent Method

Definition

public static Azure.ResourceManager.Network.Models.LoadBalancerVipSwapContent LoadBalancerVipSwapContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.LoadBalancerVipSwapRequestFrontendIPConfiguration> frontendIPConfigurations = default);
static member LoadBalancerVipSwapContent : seq<Azure.ResourceManager.Network.Models.LoadBalancerVipSwapRequestFrontendIPConfiguration> -> Azure.ResourceManager.Network.Models.LoadBalancerVipSwapContent
Public Shared Function LoadBalancerVipSwapContent (Optional frontendIPConfigurations As IEnumerable(Of LoadBalancerVipSwapRequestFrontendIPConfiguration) = Nothing) As LoadBalancerVipSwapContent

Parameters

frontendIPConfigurations
IEnumerable<LoadBalancerVipSwapRequestFrontendIPConfiguration>

A list of frontend IP configuration resources that should swap VIPs.

Returns

A new LoadBalancerVipSwapContent instance for mocking.

Applies to