Package | Description |
---|---|
com.microsoft.azure.management.trafficmanager |
This package contains the classes for TrafficManagerManagementClient.
|
Modifier and Type | Method and Description |
---|---|
TrafficManagerProfile.Update |
TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withGeographicBasedRouting()
Specifies that end user traffic should be routed to the endpoint that is designated to serve users
geographic region.
|
TrafficManagerProfile.Update |
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.Update |
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.Update |
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.Update |
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.Update |
TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withMultiValueBasedRouting(long maxReturn)
Specifies that end user traffic should be routed to the endpoint that return multiple healthy endpoints.
|
TrafficManagerProfile.Update |
TrafficManagerProfile.UpdateStages.WithEndpoint.withoutEndpoint(String name)
Removes an endpoint in the profile.
|
TrafficManagerProfile.Update |
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.Update |
TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withPriorityBasedRouting()
Specifies that end user traffic should be routed to the endpoint based on its priority
i.e.
|
TrafficManagerProfile.Update |
TrafficManagerProfile.UpdateStages.WithProfileStatus.withProfileStatusDisabled()
Specify that the profile needs to be disabled.
|
TrafficManagerProfile.Update |
TrafficManagerProfile.UpdateStages.WithProfileStatus.withProfileStatusEnabled()
Specify that the profile needs to be enabled.
|
TrafficManagerProfile.Update |
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.Update |
TrafficManagerProfile.UpdateStages.WithTtl.withTimeToLive(int ttlInSeconds)
Specify the DNS TTL in seconds.
|
TrafficManagerProfile.Update |
TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
Specifies the traffic routing method for the profile.
|
TrafficManagerProfile.Update |
TrafficManagerProfile.UpdateStages.WithTrafficRoutingMethod.withWeightBasedRouting()
Specifies that end user traffic should be distributed to the endpoints based on the weight assigned
to the endpoint.
|
Modifier and Type | Method and Description |
---|---|
TrafficManagerEndpoint.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.
|
Copyright © 2019. All rights reserved.