### YamlMime:JavaType uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth" fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth" name: "ApplicationGatewayBackendServerHealth" nameWithType: "ApplicationGatewayBackendServerHealth" summary: "A client-side representation of the health information of an application gateway backend server." syntax: "public interface **ApplicationGatewayBackendServerHealth**
extends <>, <>" methods: - uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.getNetworkInterfaceIPConfiguration()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.getNetworkInterfaceIPConfiguration()" name: "getNetworkInterfaceIPConfiguration()" nameWithType: "ApplicationGatewayBackendServerHealth.getNetworkInterfaceIPConfiguration()" summary: "Gets the IP configuration of the network interface this health information pertains to." modifiers: - "abstract" syntax: "public abstract NicIPConfiguration getNetworkInterfaceIPConfiguration()" desc: "Gets the IP configuration of the network interface this health information pertains to." returns: description: "a network interface IP configuration" type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.ipAddress()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.ipAddress()" name: "ipAddress()" nameWithType: "ApplicationGatewayBackendServerHealth.ipAddress()" modifiers: - "abstract" syntax: "public abstract String ipAddress()" returns: description: "IP address of the server this health information pertains to" type: "" - uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.status()" fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendServerHealth.status()" name: "status()" nameWithType: "ApplicationGatewayBackendServerHealth.status()" modifiers: - "abstract" syntax: "public abstract ApplicationGatewayBackendHealthStatus status()" returns: description: "the health status of the server" type: "" type: "interface" desc: "A client-side representation of the health information of an application gateway backend server." implements: - "<>" - "<>" metadata: {} package: "com.microsoft.azure.management.network" artifact: com.microsoft.azure:azure-mgmt-network:1.41.4