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

ApplicationGatewayBackendHealthOnDemandInner 构造函数

定义

重载

ApplicationGatewayBackendHealthOnDemandInner()

初始化 ApplicationGatewayBackendHealthOnDemandInner 类的新实例。

ApplicationGatewayBackendHealthOnDemandInner(SubResource, ApplicationGatewayBackendHealthHttpSettings)

初始化 ApplicationGatewayBackendHealthOnDemandInner 类的新实例。

ApplicationGatewayBackendHealthOnDemandInner()

初始化 ApplicationGatewayBackendHealthOnDemandInner 类的新实例。

public ApplicationGatewayBackendHealthOnDemandInner ();
Public Sub New ()

适用于

ApplicationGatewayBackendHealthOnDemandInner(SubResource, ApplicationGatewayBackendHealthHttpSettings)

初始化 ApplicationGatewayBackendHealthOnDemandInner 类的新实例。

public ApplicationGatewayBackendHealthOnDemandInner (Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendAddressPool = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthOnDemandInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthHttpSettings -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthOnDemandInner
Public Sub New (Optional backendAddressPool As SubResource = Nothing, Optional backendHealthHttpSettings As ApplicationGatewayBackendHealthHttpSettings = Nothing)

参数

backendAddressPool
SubResource

ApplicationGatewayBackendAddressPool 资源的引用。

backendHealthHttpSettings
ApplicationGatewayBackendHealthHttpSettings

应用程序网关 BackendHealthHttp 设置。

适用于