ApplicationGatewayGetConfiguration.HttpListeners 属性

 

可选。 后端的 Http 设置

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

语法

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

属性值

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

请参阅

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

返回页首