Condividi tramite


ILoadBalancer.Backends Property

Definition

Gets backends for this load balancer to load balance the incoming traffic among, indexed by name.

public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Azure.Management.Network.Fluent.ILoadBalancerBackend> Backends { get; }
member this.Backends : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Azure.Management.Network.Fluent.ILoadBalancerBackend>
Public ReadOnly Property Backends As IReadOnlyDictionary(Of String, ILoadBalancerBackend)

Property Value

Applies to