ApplicationGatewayGetConfiguration.BackendHttpSettingsList 属性

 

可选。 后端的 Http 设置

命名空间:   Microsoft.WindowsAzure.Management.Network.Models
程序集:  Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)

语法

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)

属性值

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

请参阅

ApplicationGatewayGetConfiguration 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间

返回页首