Uses of Class
com.microsoft.azure.management.trafficmanager.TrafficRoutingMethod
Package
Description
This package contains the classes for TrafficManagerManagementClient.
-
Uses of TrafficRoutingMethod in com.microsoft.azure.management.trafficmanager
Modifier 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.Modifier and TypeMethodDescriptionstatic TrafficRoutingMethod
TrafficRoutingMethod.fromString
(String name) Creates or finds a TrafficRoutingMethod from its string representation.TrafficManagerProfile.trafficRoutingMethod()
Modifier and TypeMethodDescriptionstatic Collection<TrafficRoutingMethod>
TrafficRoutingMethod.values()
Modifier 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.