Share via


ApplicationGatewayGetConfiguration.BackendHttpSettingsList Property

 

Optional. Backend Http Setting

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

Syntax

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

Property Value

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

See Also

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

Return to top