Interface ApplicationGatewayBackendServerHealth
-
- All Superinterfaces:
HasInnerModel<ApplicationGatewayBackendHealthServerInner>,HasParent<ApplicationGatewayBackendHttpConfigurationHealth>
public interface ApplicationGatewayBackendServerHealth extends HasInnerModel<ApplicationGatewayBackendHealthServerInner>, HasParent<ApplicationGatewayBackendHttpConfigurationHealth>
A client-side representation of the health information of an application gateway backend server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NicIpConfigurationgetNetworkInterfaceIPConfiguration()Gets the IP configuration of the network interface this health information pertains to.StringipAddress()ApplicationGatewayBackendHealthStatusstatus()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
ipAddress
String ipAddress()
- Returns:
- IP address of the server this health information pertains to
-
getNetworkInterfaceIPConfiguration
NicIpConfiguration getNetworkInterfaceIPConfiguration()
Gets the IP configuration of the network interface this health information pertains to.- Returns:
- a network interface IP configuration
-
status
ApplicationGatewayBackendHealthStatus status()
- Returns:
- the health status of the server
-
-