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 ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth.DOWNStatic value Down for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth.DRAININGStatic value Draining for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth.PARTIALStatic value Partial for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth.UNKNOWNStatic value Unknown for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth.UPStatic 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.