Interface ApplicationGatewayBackendHttpConfigurationHealth
- All Superinterfaces:
HasInner<ApplicationGatewayBackendHealthHttpSettings>
,HasName
,HasParent<ApplicationGatewayBackendHealth>
@Beta(V1_4_0)
public interface ApplicationGatewayBackendHttpConfigurationHealth
extends HasInner<ApplicationGatewayBackendHealthHttpSettings>, HasParent<ApplicationGatewayBackendHealth>, HasName
A client-side representation of the health information of an application gateway backend HTTP settings configuration.
-
Method Details
-
backendHttpConfiguration
ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()- Returns:
- the associated application gateway backend HTTP configuration settings this health information pertains to
-
serverHealths
Map<String,ApplicationGatewayBackendServerHealth> serverHealths()- Returns:
- information about the health of each backend server, indexed by the server's IP address
-