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
Modifier and TypeMethodDescriptionGets the IP configuration of the network interface this health information pertains to.Gets IP address of the server this health information pertains to.status()Gets the health status of the server.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
ipAddress
String ipAddress()Gets IP address of the server this health information pertains to.- 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
Gets the health status of the server.- Returns:
- the health status of the server
-