Uses of Class
com.microsoft.azure.management.trafficmanager.TrafficRoutingMethod
-
-
Uses of TrafficRoutingMethod in com.microsoft.azure.management.trafficmanager
Fields in com.microsoft.azure.management.trafficmanager declared as TrafficRoutingMethod Modifier and Type Field Description static TrafficRoutingMethodTrafficRoutingMethod. GEOGRAPHICStatic value Geographic for TrafficRoutingMethod.static TrafficRoutingMethodTrafficRoutingMethod. MULTI_VALUEStatic value MultiValue for TrafficRoutingMethod.static TrafficRoutingMethodTrafficRoutingMethod. PERFORMANCEStatic value Performance for TrafficRoutingMethod.static TrafficRoutingMethodTrafficRoutingMethod. PRIORITYStatic value Priority for TrafficRoutingMethod.static TrafficRoutingMethodTrafficRoutingMethod. SUBNETStatic value Subnet for TrafficRoutingMethod.static TrafficRoutingMethodTrafficRoutingMethod. WEIGHTEDStatic value Weighted for TrafficRoutingMethod.Methods in com.microsoft.azure.management.trafficmanager that return TrafficRoutingMethod Modifier and Type Method Description static TrafficRoutingMethodTrafficRoutingMethod. fromString(String name)Creates or finds a TrafficRoutingMethod from its string representation.TrafficRoutingMethodTrafficManagerProfile. trafficRoutingMethod()Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type TrafficRoutingMethod Modifier and Type Method Description static Collection<TrafficRoutingMethod>TrafficRoutingMethod. values()Methods in com.microsoft.azure.management.trafficmanager with parameters of type TrafficRoutingMethod Modifier and Type Method Description TrafficManagerProfile.DefinitionStages.WithEndpointTrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod. withTrafficRoutingMethod(TrafficRoutingMethod routingMethod)Specify the traffic routing method for the profile.TrafficManagerProfile.UpdateTrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod. withTrafficRoutingMethod(TrafficRoutingMethod routingMethod)Specifies the traffic routing method for the profile.
-