ApplicationGatewayBackendServerHealth Interface

Implements

public interface ApplicationGatewayBackendServerHealth
extends HasInner<ApplicationGatewayBackendHealthServer>, HasParent<ApplicationGatewayBackendHttpConfigurationHealth>

A client-side representation of the health information of an application gateway backend server.

Method Summary

Modifier and Type Method and Description
abstract NicIPConfiguration getNetworkInterfaceIPConfiguration()

Gets the IP configuration of the network interface this health information pertains to.

abstract java.lang.String ipAddress()
abstract ApplicationGatewayBackendHealthStatus status()

Method Details

getNetworkInterfaceIPConfiguration

public abstract NicIPConfiguration getNetworkInterfaceIPConfiguration()

Gets the IP configuration of the network interface this health information pertains to.

Returns:

a network interface IP configuration

ipAddress

public abstract String ipAddress()

Returns:

IP address of the server this health information pertains to

status

public abstract ApplicationGatewayBackendHealthStatus status()

Returns:

the health status of the server

Applies to