Package | Description |
---|---|
com.microsoft.azure.management.trafficmanager |
This package contains the classes for TrafficManagerManagementClient.
|
Modifier and Type | Method and Description |
---|---|
GeographicLocation |
TrafficManagerProfiles.getGeographicHierarchyRoot() |
GeographicLocation |
GeographicHierarchies.getRoot() |
Modifier and Type | Method and Description |
---|---|
List<GeographicLocation> |
GeographicLocation.childLocations() |
List<GeographicLocation> |
GeographicLocation.descendantLocations() |
Modifier and Type | Method and Description |
---|---|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithGeographicLocation.withGeographicLocation(GeographicLocation geographicLocation)
Specifies the geographic location for the endpoint that will be used when the parent profile is configured
with geographic based routing method
TrafficRoutingMethod.GEOGRAPHIC . |
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation.withGeographicLocation(GeographicLocation geographicLocation)
Specifies the geographic location for the endpoint that will be used when the parent profile is configured
with geographic based routing method.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithGeographicLocation.withGeographicLocation(GeographicLocation geographicLocation)
Specifies the geographic location for the endpoint that will be used when the parent profile is configured
with geographic based routing method.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithGeographicLocation.withoutGeographicLocation(GeographicLocation geographicLocation)
Specifies the geographic location to be removed from the endpoint's geographic location entries.
|
Modifier and Type | Method and Description |
---|---|
TrafficManagerEndpoint.DefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.DefinitionStages.WithGeographicLocation.withGeographicLocations(List<GeographicLocation> geographicLocations)
Specifies the list of geographic location for the endpoint that will be used when the parent profile is
configured with geographic based routing method
TrafficRoutingMethod.GEOGRAPHIC . |
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> |
TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation.withGeographicLocations(List<GeographicLocation> geographicLocations)
Specifies the list of geographic location for the endpoint that will be used when the parent profile is
configured with geographic based routing method.
|
TrafficManagerEndpoint.Update |
TrafficManagerEndpoint.UpdateStages.WithGeographicLocation.withGeographicLocations(List<GeographicLocation> geographicLocations)
Specifies the list of geographic location for the endpoint that will be used when the parent profile is
configured with geographic based routing method.
|
Copyright © 2019. All rights reserved.