NetworkInterfaceIPConfiguration.LoadBalancerBackendAddressPools Property
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.
Gets or sets the reference to LoadBalancerBackendAddressPool resource.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.loadBalancerBackendAddressPools")]
public System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.BackendAddressPool> LoadBalancerBackendAddressPools { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.loadBalancerBackendAddressPools")>]
member this.LoadBalancerBackendAddressPools : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.BackendAddressPool> with get, set
Public Property LoadBalancerBackendAddressPools As IList(Of BackendAddressPool)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute