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
Nic |
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
Application |
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:
ipAddress
public abstract String ipAddress()
Gets IP address of the server this health information pertains to.
Returns:
status
public abstract ApplicationGatewayBackendHealthStatus status()
Gets the health status of the server.
Returns:
Applies to
Azure SDK for Java