Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthStatus
Packages that use ApplicationGatewayBackendHealthStatus
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHealthStatus in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewayBackendHealthStatusModifier and TypeFieldDescriptionstatic final ApplicationGatewayBackendHealthStatusApplicationGatewayBackendHealthStatus.DOWNThe server is down.static final ApplicationGatewayBackendHealthStatusApplicationGatewayBackendHealthStatus.DRAININGThe server is draining.static final ApplicationGatewayBackendHealthStatusApplicationGatewayBackendHealthStatus.PARTIALPartial health status.static final ApplicationGatewayBackendHealthStatusApplicationGatewayBackendHealthStatus.UNHEALTHYThe server is unhealthy.static final ApplicationGatewayBackendHealthStatusApplicationGatewayBackendHealthStatus.UNKNOWNUnknown health status.static final ApplicationGatewayBackendHealthStatusApplicationGatewayBackendHealthStatus.UPThe server is up.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackendHealthStatusModifier and TypeMethodDescriptionApplicationGatewayBackendHealthStatus.fromString(String name) Finds or creates a backend health status based on the specified name.ApplicationGatewayBackendServerHealth.status()Gets the health status of the server.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayBackendHealthStatusModifier and TypeMethodDescriptionApplicationGatewayBackendHealthStatus.values()Gets known application gateway backend health statuses.