ILoadBalancerResourceSettings.FrontendIPConfiguration Property

Definition

Gets or sets the frontend IP configurations of the load balancer.

[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=true, Description="Gets or sets the frontend IP configurations of the load balancer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ILbFrontendIpconfigurationResourceSettings) }, Read=true, ReadOnly=false, Required=false, SerializedName="frontendIPConfigurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ILbFrontendIpconfigurationResourceSettings> FrontendIPConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=true, Description="Gets or sets the frontend IP configurations of the load balancer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ILbFrontendIpconfigurationResourceSettings) }, Read=true, ReadOnly=false, Required=false, SerializedName="frontendIPConfigurations", Update=true)>]
member this.FrontendIPConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ILbFrontendIpconfigurationResourceSettings> with get, set
Public Property FrontendIPConfiguration As List(Of ILbFrontendIpconfigurationResourceSettings)

Property Value

Attributes

Applies to