Uses of Interface
com.microsoft.azure.management.trafficmanager.TrafficManagerProfile.Update
Packages that use TrafficManagerProfile.Update
Package
Description
This package contains the classes for TrafficManagerManagementClient.
-
Uses of TrafficManagerProfile.Update in com.microsoft.azure.management.trafficmanager
Methods in com.microsoft.azure.management.trafficmanager that return TrafficManagerProfile.UpdateModifier and TypeMethodDescriptionTrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withGeographicBasedRouting()
Specifies that end user traffic should be routed to the endpoint that is designated to serve users geographic region.TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration.withHttpMonitoring()
Specify to use HTTP monitoring for the endpoints that checks for HTTP 200 response from the path '/' at regular intervals, using port 80.TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration.withHttpMonitoring
(int port, String path) Specify the HTTP monitoring for the endpoints that checks for HTTP 200 response from the specified path at regular intervals, using the specified port.TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration.withHttpsMonitoring()
Specify to use HTTPS monitoring for the endpoints that checks for HTTPS 200 response from the path '/' at regular intervals, using port 443.TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration.withHttpsMonitoring
(int port, String path) Specify the HTTPS monitoring for the endpoints that checks for HTTPS 200 response from the specified path at regular intervals, using the specified port.TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withMultiValueBasedRouting
(long maxReturn) Specifies that end user traffic should be routed to the endpoint that return multiple healthy endpoints.TrafficManagerProfile.UpdateStages.WithEndpoint.withoutEndpoint
(String name) Removes an endpoint in the profile.TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withPerformanceBasedRouting()
Specifies that end user traffic should be routed based on the closest available endpoint in terms of the lowest network latency.TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withPriorityBasedRouting()
Specifies that end user traffic should be routed to the endpoint based on its priority i.e.TrafficManagerProfile.UpdateStages.WithProfileStatus.withProfileStatusDisabled()
Specify that the profile needs to be disabled.TrafficManagerProfile.UpdateStages.WithProfileStatus.withProfileStatusEnabled()
Specify that the profile needs to be enabled.TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withSubnetBasedRouting()
Specifies that end user traffic should be routed to the endpoint which is decided based on the end-user ip address.TrafficManagerProfile.UpdateStages.WithTtl.withTimeToLive
(int ttlInSeconds) Specify the DNS TTL in seconds.TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withTrafficRoutingMethod
(TrafficRoutingMethod routingMethod) Specifies the traffic routing method for the profile.TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withWeightBasedRouting()
Specifies that end user traffic should be distributed to the endpoints based on the weight assigned to the endpoint.Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type TrafficManagerProfile.UpdateModifier and TypeMethodDescriptionTrafficManagerEndpoint.UpdateDefinitionStages.AzureTargetEndpointBlank<TrafficManagerProfile.Update>
TrafficManagerProfile.UpdateStages.WithEndpoint.defineAzureTargetEndpoint
(String name) Begins the definition of an Azure endpoint to be attached to the traffic manager profile.TrafficManagerEndpoint.UpdateDefinitionStages.ExternalTargetEndpointBlank<TrafficManagerProfile.Update>
TrafficManagerProfile.UpdateStages.WithEndpoint.defineExternalTargetEndpoint
(String name) Begins the definition of an external endpoint to be attached to the traffic manager profile.TrafficManagerEndpoint.UpdateDefinitionStages.NestedProfileTargetEndpointBlank<TrafficManagerProfile.Update>
TrafficManagerProfile.UpdateStages.WithEndpoint.defineNestedTargetEndpoint
(String name) Begins the definition of a nested profile endpoint to be attached to the traffic manager profile.