INicIPConfigurationResourceSettings.LoadBalancerBackendAddressPool Property

Definition

Gets or sets the references of the load balancer backend address pools.

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

Property Value

Attributes

Applies to