ApplicationGatewaySetConfiguration.BackendHttpSettingsList Property

Optional. Backend Http Setting

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

Usage

'Usage
Dim instance As ApplicationGatewaySetConfiguration
Dim value As IList(Of BackendHttpSettings)

value = instance.BackendHttpSettingsList

instance.BackendHttpSettingsList = value

Syntax

'Declaration
Public Property BackendHttpSettingsList As IList(Of BackendHttpSettings)
public IList<BackendHttpSettings> BackendHttpSettingsList { get; set; }
public:
property IList<BackendHttpSettings^>^ BackendHttpSettingsList {
    IList<BackendHttpSettings^>^ get ();
    void set (IList<BackendHttpSettings^>^ value);
}
/** @property */
public IList<BackendHttpSettings> get_BackendHttpSettingsList ()

/** @property */
public void set_BackendHttpSettingsList (IList<BackendHttpSettings> value)
public function get BackendHttpSettingsList () : IList<BackendHttpSettings>

public function set BackendHttpSettingsList (value : IList<BackendHttpSettings>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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