Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServerHealth
-
Packages that use ApplicationGatewayBackendHealthServerHealth Package Description com.microsoft.azure.management.network 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 ApplicationGatewayBackendHealthServerHealth Modifier and Type Field Description static ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth. DOWNStatic value Down for ApplicationGatewayBackendHealthServerHealth.static ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth. DRAININGStatic value Draining for ApplicationGatewayBackendHealthServerHealth.static ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth. PARTIALStatic value Partial for ApplicationGatewayBackendHealthServerHealth.static ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth. UNKNOWNStatic value Unknown for ApplicationGatewayBackendHealthServerHealth.static ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth. UPStatic value Up for ApplicationGatewayBackendHealthServerHealth.Methods in com.microsoft.azure.management.network that return ApplicationGatewayBackendHealthServerHealth Modifier and Type Method Description static ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth. fromString(String name)Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServer. health()Get the health value.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayBackendHealthServerHealth Modifier and Type Method Description static Collection<ApplicationGatewayBackendHealthServerHealth>ApplicationGatewayBackendHealthServerHealth. values()Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayBackendHealthServerHealth Modifier and Type Method Description ApplicationGatewayBackendHealthServerApplicationGatewayBackendHealthServer. withHealth(ApplicationGatewayBackendHealthServerHealth health)Set the health value.
-