Share via


LoadBalancerVipSwapRequest.FrontendIPConfigurations Property

Definition

Gets or sets a list of frontend IP configuration resources that should swap VIPs.

[Newtonsoft.Json.JsonProperty(PropertyName="frontendIPConfigurations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.LoadBalancerVipSwapRequestFrontendIPConfiguration> FrontendIPConfigurations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="frontendIPConfigurations")>]
member this.FrontendIPConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.LoadBalancerVipSwapRequestFrontendIPConfiguration> with get, set
Public Property FrontendIPConfigurations As IList(Of LoadBalancerVipSwapRequestFrontendIPConfiguration)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to