Uses of Class
com.azure.resourcemanager.trafficmanager.models.TrafficRoutingMethod
Packages that use TrafficRoutingMethod
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
Package containing the data models for TrafficManagerManagementClient.
-
Uses of TrafficRoutingMethod in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return TrafficRoutingMethodModifier and TypeMethodDescriptionProfileInner.trafficRoutingMethod()Get the trafficRoutingMethod property: The traffic routing method of the Traffic Manager profile.ProfileProperties.trafficRoutingMethod()Get the trafficRoutingMethod property: The traffic routing method of the Traffic Manager profile.Methods in com.azure.resourcemanager.trafficmanager.fluent.models with parameters of type TrafficRoutingMethodModifier and TypeMethodDescriptionProfileInner.withTrafficRoutingMethod(TrafficRoutingMethod trafficRoutingMethod) Set the trafficRoutingMethod property: The traffic routing method of the Traffic Manager profile.ProfileProperties.withTrafficRoutingMethod(TrafficRoutingMethod trafficRoutingMethod) Set the trafficRoutingMethod property: The traffic routing method of the Traffic Manager profile. -
Uses of TrafficRoutingMethod in com.azure.resourcemanager.trafficmanager.models
Fields in com.azure.resourcemanager.trafficmanager.models declared as TrafficRoutingMethodModifier and TypeFieldDescriptionstatic final TrafficRoutingMethodTrafficRoutingMethod.GEOGRAPHICStatic value Geographic for TrafficRoutingMethod.static final TrafficRoutingMethodTrafficRoutingMethod.MULTI_VALUEStatic value MultiValue for TrafficRoutingMethod.static final TrafficRoutingMethodTrafficRoutingMethod.PERFORMANCEStatic value Performance for TrafficRoutingMethod.static final TrafficRoutingMethodTrafficRoutingMethod.PRIORITYStatic value Priority for TrafficRoutingMethod.static final TrafficRoutingMethodTrafficRoutingMethod.SUBNETStatic value Subnet for TrafficRoutingMethod.static final TrafficRoutingMethodTrafficRoutingMethod.WEIGHTEDStatic value Weighted for TrafficRoutingMethod.Methods in com.azure.resourcemanager.trafficmanager.models that return TrafficRoutingMethodModifier and TypeMethodDescriptionstatic TrafficRoutingMethodTrafficRoutingMethod.fromString(String name) Creates or finds a TrafficRoutingMethod from its string representation.TrafficManagerProfile.trafficRoutingMethod()Gets the routing method used to route traffic to traffic manager profile endpoints.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type TrafficRoutingMethodModifier and TypeMethodDescriptionstatic Collection<TrafficRoutingMethod> TrafficRoutingMethod.values()Gets known TrafficRoutingMethod values.Methods in com.azure.resourcemanager.trafficmanager.models 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.