Uses of Class
com.azure.resourcemanager.network.models.ProbeNoHealthyBackendsBehavior
Packages that use ProbeNoHealthyBackendsBehavior
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ProbeNoHealthyBackendsBehavior in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ProbeNoHealthyBackendsBehaviorModifier and TypeMethodDescriptionProbeInner.noHealthyBackendsBehavior()Get the noHealthyBackendsBehavior property: Determines how new connections are handled by the load balancer when all backend instances are probed down.ProbePropertiesFormat.noHealthyBackendsBehavior()Get the noHealthyBackendsBehavior property: Determines how new connections are handled by the load balancer when all backend instances are probed down.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ProbeNoHealthyBackendsBehaviorModifier and TypeMethodDescriptionProbeInner.withNoHealthyBackendsBehavior(ProbeNoHealthyBackendsBehavior noHealthyBackendsBehavior) Set the noHealthyBackendsBehavior property: Determines how new connections are handled by the load balancer when all backend instances are probed down.ProbePropertiesFormat.withNoHealthyBackendsBehavior(ProbeNoHealthyBackendsBehavior noHealthyBackendsBehavior) Set the noHealthyBackendsBehavior property: Determines how new connections are handled by the load balancer when all backend instances are probed down. -
Uses of ProbeNoHealthyBackendsBehavior in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ProbeNoHealthyBackendsBehaviorModifier and TypeFieldDescriptionstatic final ProbeNoHealthyBackendsBehaviorProbeNoHealthyBackendsBehavior.ALL_PROBED_DOWNStatic value AllProbedDown for ProbeNoHealthyBackendsBehavior.static final ProbeNoHealthyBackendsBehaviorProbeNoHealthyBackendsBehavior.ALL_PROBED_UPStatic value AllProbedUp for ProbeNoHealthyBackendsBehavior.Methods in com.azure.resourcemanager.network.models that return ProbeNoHealthyBackendsBehaviorModifier and TypeMethodDescriptionProbeNoHealthyBackendsBehavior.fromString(String name) Creates or finds a ProbeNoHealthyBackendsBehavior from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ProbeNoHealthyBackendsBehaviorModifier and TypeMethodDescriptionProbeNoHealthyBackendsBehavior.values()Gets known ProbeNoHealthyBackendsBehavior values.