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.status()Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
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
- Returns:
- the health status of the server
-