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

IWithBackendHttpConfiguration<ParentT>.ToBackendHttpConfiguration 方法

定义

将指定的后端 HTTP 设置配置与此请求路由规则相关联。 如果后端配置尚不存在,则必须在应用程序网关定义的可选部分中定义后端配置。 请求路由规则仅按名称引用它。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithBackendOrAddress<ParentT> ToBackendHttpConfiguration (string name);
abstract member ToBackendHttpConfiguration : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithBackendOrAddress<'ParentT>
Public Function ToBackendHttpConfiguration (name As String) As IWithBackendOrAddress(Of ParentT)

参数

name
String

后端 HTTP 设置配置的名称。

返回

适用于