Share via


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

IApplicationGatewayBackendHealth 接口

定义

应用程序网关后端运行状况信息的客户端表示形式。

public interface IApplicationGatewayBackendHealth : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthPool>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayBackendHealth = interface
    interface IBeta
    interface IHasInner<ApplicationGatewayBackendHealthPool>
    interface IHasName
    interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewayBackendHealth
Implements IBeta, IHasInner(Of ApplicationGatewayBackendHealthPool), IHasName, IHasParent(Of IApplicationGateway)
实现

属性

Backend

获取与运行状况信息相关的应用程序网关后端地址池。

HttpConfigurationHealths

获取有关每个关联的后端 HTTP 设置配置的运行状况信息,并按其名称编制索引。

Inner

应用程序网关后端运行状况信息的客户端表示形式。

(继承自 IHasInner<T>)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)

适用于