Interface ApplicationGatewayBackendServerHealth
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<ApplicationGatewayBackendHealthServer>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ApplicationGatewayBackendHttpConfigurationHealth>
@Beta(V1_4_0) public interface ApplicationGatewayBackendServerHealth extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<ApplicationGatewayBackendHealthServer>, com.microsoft.azure.management.resources.fluentcore.arm.models.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()
-
-
-
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
-
-