你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IApplicationGatewayBackendHttpConfigurationHealth 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用程序网关后端 HTTP 设置配置的运行状况信息的客户端表示形式。
public interface IApplicationGatewayBackendHttpConfigurationHealth : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthHttpSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGatewayBackendHealth>
type IApplicationGatewayBackendHttpConfigurationHealth = interface
interface IBeta
interface IHasInner<ApplicationGatewayBackendHealthHttpSettings>
interface IHasParent<IApplicationGatewayBackendHealth>
interface IHasName
Public Interface IApplicationGatewayBackendHttpConfigurationHealth
Implements IBeta, IHasInner(Of ApplicationGatewayBackendHealthHttpSettings), IHasName, IHasParent(Of IApplicationGatewayBackendHealth)
- 实现
属性
BackendHttpConfiguration |
获取与此运行状况信息相关的关联的应用程序网关后端 HTTP 配置设置。 |
Inner |
应用程序网关后端 HTTP 设置配置的运行状况信息的客户端表示形式。 (继承自 IHasInner<T>) |
Name |
获取资源的名称 (继承自 IHasName) |
Parent |
获取此子资源的父级。 (继承自 IHasParent<ParentT>) |
ServerHealths |
获取有关每个后端服务器的运行状况的信息,并按服务器的 IP 地址编制索引。 |