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() |
abstract
Application |
status() |
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()
Returns:
status
public abstract ApplicationGatewayBackendHealthStatus status()
Returns:
Applies to
Azure SDK for Java