Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthServerHealth
Packages that use ApplicationGatewayBackendHealthServerHealth
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHealthServerHealth in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayBackendHealthServerHealthModifier and TypeMethodDescriptionApplicationGatewayBackendHealthServerInner.health()Get the health property: Health of backend server.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayBackendHealthServerHealthModifier and TypeMethodDescriptionApplicationGatewayBackendHealthServerInner.withHealth(ApplicationGatewayBackendHealthServerHealth health) Set the health property: Health of backend server. -
Uses of ApplicationGatewayBackendHealthServerHealth in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models that return ApplicationGatewayBackendHealthServerHealthModifier and TypeMethodDescriptionApplicationGatewayBackendHealthServerHealth.fromString(String name) Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayBackendHealthServerHealthModifier and TypeMethodDescriptionApplicationGatewayBackendHealthServerHealth.values()Gets known ApplicationGatewayBackendHealthServerHealth values.