ArmNetworkModelFactory.LoadBalancerVipSwapContent 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.
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.