Uses of Class
com.azure.resourcemanager.trafficmanager.models.TrafficRoutingMethod
-
Packages that use TrafficRoutingMethod Package Description com.azure.resourcemanager.trafficmanager.fluent.models Package containing the inner data models for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.models 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 TrafficRoutingMethod Modifier and Type Method Description TrafficRoutingMethodProfileInner. 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 TrafficRoutingMethod Modifier and Type Method Description ProfileInnerProfileInner. 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 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.azure.resourcemanager.trafficmanager.models 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.azure.resourcemanager.trafficmanager.models that return types with arguments of type TrafficRoutingMethod Modifier and Type Method Description static Collection<TrafficRoutingMethod>TrafficRoutingMethod. values()Methods in com.azure.resourcemanager.trafficmanager.models 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.
-