你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IApplicationGatewayBackendHttpConfiguration 接口

定义

应用程序网关后端 HTTP 配置的客户端表示形式。

public interface IApplicationGatewayBackendHttpConfiguration : Microsoft.Azure.Management.Network.Fluent.IApplicationGatewayBackendHttpConfigurationBeta, Microsoft.Azure.Management.Network.Fluent.IHasPort, Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHttpSettingsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayBackendHttpConfiguration = interface
    interface IHasInner<ApplicationGatewayBackendHttpSettingsInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
    interface IHasProtocol<ApplicationGatewayProtocol>
    interface IHasPort
    interface IApplicationGatewayBackendHttpConfigurationBeta
    interface IBeta
Public Interface IApplicationGatewayBackendHttpConfiguration
Implements IApplicationGatewayBackendHttpConfigurationBeta, IBeta, IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayBackendHttpSettingsInner), IHasParent(Of IApplicationGateway), IHasPort, IHasProtocol(Of ApplicationGatewayProtocol)
实现

属性

AffinityCookieName

获取用于相关性 Cookie 的名称。

(继承自 IApplicationGatewayBackendHttpConfigurationBeta)
AuthenticationCertificates

获取与此后端 HTTPS 配置关联的身份验证证书。

(继承自 IApplicationGatewayBackendHttpConfigurationBeta)
ConnectionDrainingTimeoutInSeconds

获取如果 0,则未启用连接排出;如果介于 1 和 3600 之间,则为连接排出处于活动状态时的秒数。

(继承自 IApplicationGatewayBackendHttpConfigurationBeta)
CookieBasedAffinity

如果启用了基于 cookie 的相关性 (粘滞会话) ,则为 true,否则为 false。

HostHeader

获取要发送到后端服务器的主机标头。

(继承自 IApplicationGatewayBackendHttpConfigurationBeta)
Inner

应用程序网关后端 HTTP 配置的客户端表示形式。

(继承自 IHasInner<T>)
IsHostHeaderFromBackend

获取主机标头是否应来自后端服务器的主机名。

(继承自 IApplicationGatewayBackendHttpConfigurationBeta)
IsProbeEnabled

如果启用了探测,则为 true。

(继承自 IApplicationGatewayBackendHttpConfigurationBeta)
Key

应用程序网关后端 HTTP 配置的客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
Path

获取用作所有 HTTP 请求前缀的路径(如果有)。

(继承自 IApplicationGatewayBackendHttpConfigurationBeta)
Port

获取端口号。

(继承自 IHasPort)
Probe

获取与此后端关联的探测。

Protocol

获取协议。

(继承自 IHasProtocol<ProtocolT>)
RequestTimeout

获取 HTTP 请求超时(以秒为单位)。 如果在指定时间内未收到任何响应,则请求将失败。

适用于