Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthServerHealth
-
Packages that use ApplicationGatewayBackendHealthServerHealth Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ApplicationGatewayBackendHealthServerHealth Modifier and Type Method Description ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerInner. health()Get the health property: Health of backend server.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayBackendHealthServerHealth Modifier and Type Method Description ApplicationGatewayBackendHealthServerInnerApplicationGatewayBackendHealthServerInner. 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 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.azure.resourcemanager.network.models that return ApplicationGatewayBackendHealthServerHealth Modifier and Type Method Description static ApplicationGatewayBackendHealthServerHealthApplicationGatewayBackendHealthServerHealth. 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 ApplicationGatewayBackendHealthServerHealth Modifier and Type Method Description static Collection<ApplicationGatewayBackendHealthServerHealth>ApplicationGatewayBackendHealthServerHealth. values()
-