Dela via


ApplicationGatewayBackendServerHealth Interface

Implements

public interface ApplicationGatewayBackendServerHealth
extends HasInnerModel<ApplicationGatewayBackendHealthServerInner>, 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 String ipAddress()

Gets IP address of the server this health information pertains to.

abstract ApplicationGatewayBackendHealthStatus status()

Gets the health status of the server.

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()

Gets IP address of the server this health information pertains to.

Returns:

IP address of the server this health information pertains to

status

public abstract ApplicationGatewayBackendHealthStatus status()

Gets the health status of the server.

Returns:

the health status of the server

Applies to