LoadBalancerBackendAddressPoolListResult.Value 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.
A list of backend address pools in a load balancer.
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Network.Models.BackendAddressPool> Value { get; }
member this.Value : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Network.Models.BackendAddressPool>
Public ReadOnly Property Value As IReadOnlyList(Of BackendAddressPool)
Property Value
- System.Collections.Generic.IReadOnlyList<BackendAddressPool>