Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthStatus
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHealthStatus in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final ApplicationGatewayBackendHealthStatus
ApplicationGatewayBackendHealthStatus.DOWN
The server is down.static final ApplicationGatewayBackendHealthStatus
ApplicationGatewayBackendHealthStatus.DRAINING
The server is draining.static final ApplicationGatewayBackendHealthStatus
ApplicationGatewayBackendHealthStatus.PARTIAL
Partial health status.static final ApplicationGatewayBackendHealthStatus
ApplicationGatewayBackendHealthStatus.UNHEALTHY
The server is unhealthy.static final ApplicationGatewayBackendHealthStatus
ApplicationGatewayBackendHealthStatus.UNKNOWN
Unknown health status.static final ApplicationGatewayBackendHealthStatus
ApplicationGatewayBackendHealthStatus.UP
The server is up.Modifier and TypeMethodDescriptionApplicationGatewayBackendHealthStatus.fromString
(String name) Finds or creates a backend health status based on the specified name.ApplicationGatewayBackendServerHealth.status()