Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServerHealth
Packages that use ApplicationGatewayBackendHealthServerHealth
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHealthServerHealth in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as ApplicationGatewayBackendHealthServerHealthModifier and TypeFieldDescriptionstatic final ApplicationGatewayBackendHealthServerHealth
ApplicationGatewayBackendHealthServerHealth.DOWN
Static value Down for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealth
ApplicationGatewayBackendHealthServerHealth.DRAINING
Static value Draining for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealth
ApplicationGatewayBackendHealthServerHealth.PARTIAL
Static value Partial for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealth
ApplicationGatewayBackendHealthServerHealth.UNKNOWN
Static value Unknown for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealth
ApplicationGatewayBackendHealthServerHealth.UP
Static value Up for ApplicationGatewayBackendHealthServerHealth.Methods in com.microsoft.azure.management.network that return ApplicationGatewayBackendHealthServerHealthModifier and TypeMethodDescriptionApplicationGatewayBackendHealthServerHealth.fromString
(String name) Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.ApplicationGatewayBackendHealthServer.health()
Get health of backend server.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayBackendHealthServerHealthMethods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayBackendHealthServerHealthModifier and TypeMethodDescriptionApplicationGatewayBackendHealthServer.withHealth
(ApplicationGatewayBackendHealthServerHealth health) Set health of backend server.