Share via


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

IApplicationGatewayBackendServerHealth 接口

定义

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

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

属性

Inner

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

(继承自 IHasInner<T>)
IPAddress

获取与此运行状况信息相关的服务器的 IP 地址。

Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
Status

获取服务器的运行状况。

方法

GetNetworkInterfaceIPConfiguration()

获取与此运行状况信息相关的网络接口的 IP 配置。

适用于