Uses of Class
com.microsoft.azure.management.trafficmanager.TrafficRoutingMethod
Packages that use TrafficRoutingMethod
Package
Description
This package contains the classes for TrafficManagerManagementClient.
-
Uses of TrafficRoutingMethod in com.microsoft.azure.management.trafficmanager
Fields in com.microsoft.azure.management.trafficmanager declared as TrafficRoutingMethodModifier and TypeFieldDescriptionstatic final TrafficRoutingMethod
TrafficRoutingMethod.GEOGRAPHIC
Static value Geographic for TrafficRoutingMethod.static final TrafficRoutingMethod
TrafficRoutingMethod.MULTI_VALUE
Static value MultiValue for TrafficRoutingMethod.static final TrafficRoutingMethod
TrafficRoutingMethod.PERFORMANCE
Static value Performance for TrafficRoutingMethod.static final TrafficRoutingMethod
TrafficRoutingMethod.PRIORITY
Static value Priority for TrafficRoutingMethod.static final TrafficRoutingMethod
TrafficRoutingMethod.SUBNET
Static value Subnet for TrafficRoutingMethod.static final TrafficRoutingMethod
TrafficRoutingMethod.WEIGHTED
Static value Weighted for TrafficRoutingMethod.Methods in com.microsoft.azure.management.trafficmanager that return TrafficRoutingMethodModifier and TypeMethodDescriptionstatic TrafficRoutingMethod
TrafficRoutingMethod.fromString
(String name) Creates or finds a TrafficRoutingMethod from its string representation.TrafficManagerProfile.trafficRoutingMethod()
Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type TrafficRoutingMethodModifier and TypeMethodDescriptionstatic Collection<TrafficRoutingMethod>
TrafficRoutingMethod.values()
Methods in com.microsoft.azure.management.trafficmanager with parameters of type TrafficRoutingMethodModifier and TypeMethodDescriptionTrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withTrafficRoutingMethod
(TrafficRoutingMethod routingMethod) Specify the traffic routing method for the profile.TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withTrafficRoutingMethod
(TrafficRoutingMethod routingMethod) Specifies the traffic routing method for the profile.