Uses of Class
com.azure.resourcemanager.trafficmanager.models.AlwaysServe
Packages that use AlwaysServe
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
Package containing the data models for TrafficManagerManagementClient.
-
Uses of AlwaysServe in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return AlwaysServeModifier and TypeMethodDescriptionEndpointInner.alwaysServe()Get the alwaysServe property: If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method.EndpointProperties.alwaysServe()Get the alwaysServe property: If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method.Methods in com.azure.resourcemanager.trafficmanager.fluent.models with parameters of type AlwaysServeModifier and TypeMethodDescriptionEndpointInner.withAlwaysServe(AlwaysServe alwaysServe) Set the alwaysServe property: If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method.EndpointProperties.withAlwaysServe(AlwaysServe alwaysServe) Set the alwaysServe property: If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method. -
Uses of AlwaysServe in com.azure.resourcemanager.trafficmanager.models
Fields in com.azure.resourcemanager.trafficmanager.models declared as AlwaysServeModifier and TypeFieldDescriptionstatic final AlwaysServeAlwaysServe.DISABLEDStatic value Disabled for AlwaysServe.static final AlwaysServeAlwaysServe.ENABLEDStatic value Enabled for AlwaysServe.Methods in com.azure.resourcemanager.trafficmanager.models that return AlwaysServeModifier and TypeMethodDescriptionstatic AlwaysServeAlwaysServe.fromString(String name) Creates or finds a AlwaysServe from its string representation.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type AlwaysServeModifier and TypeMethodDescriptionstatic Collection<AlwaysServe> AlwaysServe.values()Gets known AlwaysServe values.