Share via


ApplicationGatewaySetConfiguration.BackendAddressPools Property

 

Optional. Backend Address Pool

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public IList<BackendAddressPool> BackendAddressPools { get; set; }
public:
property IList<BackendAddressPool^>^ BackendAddressPools {
    IList<BackendAddressPool^>^ get();
    void set(IList<BackendAddressPool^>^ value);
}
member BackendAddressPools : IList<BackendAddressPool> with get, set
Public Property BackendAddressPools As IList(Of BackendAddressPool)

Property Value

Type: System.Collections.Generic.IList<BackendAddressPool>

See Also

ApplicationGatewaySetConfiguration Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top