Share via


IApplicationGateway.Backends Property

Definition

Gets backend address pools of this application gateway, indexed by name.

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

Property Value

Applies to