Uses of Interface
com.azure.resourcemanager.trafficmanager.models.TrafficManagerProfile.DefinitionStages.WithEndpoint
Packages that use TrafficManagerProfile.DefinitionStages.WithEndpoint
Package
Description
Package containing the data models for TrafficManagerManagementClient.
-
Uses of TrafficManagerProfile.DefinitionStages.WithEndpoint in com.azure.resourcemanager.trafficmanager.models
Subinterfaces of TrafficManagerProfile.DefinitionStages.WithEndpoint in com.azure.resourcemanager.trafficmanager.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the traffic manager profile definition.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.Methods in com.azure.resourcemanager.trafficmanager.models that return TrafficManagerProfile.DefinitionStages.WithEndpointModifier and TypeMethodDescriptionTrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withGeographicBasedRouting()Specifies that end user traffic should be routed to the endpoint that is designated to serve users geographic region.TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withMultiValueBasedRouting(long maxReturn) Specifies that end user traffic should be routed to the endpoint that return multiple healthy endpoints.TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withPerformanceBasedRouting()Specifies that end user traffic should be routed based on the closest available endpoint in terms of the lowest network latency.TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withPriorityBasedRouting()Specifies that end user traffic should be routed to the endpoint based on its priority i.e. use the endpoint with highest priority and if it is not available fallback to next highest priority endpoint.TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withSubnetBasedRouting()Specifies that end user traffic should be routed to the endpoint which is decided based on the end-user ip address.TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withTrafficRoutingMethod(TrafficRoutingMethod routingMethod) Specify the traffic routing method for the profile.TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withWeightBasedRouting()Specifies that end user traffic should be distributed to the endpoints based on the weight assigned to the endpoint.