Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>

Type Parameters:
ParentT - the return type of Attachable.InUpdate.attach()
All Known Subinterfaces:
TrafficManagerEndpoint.UpdateDefinition<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT>
Enclosing interface:
TrafficManagerEndpoint.UpdateDefinitionStages

public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>
The stage of the traffic manager endpoint definition allowing to specify the geographic region.
  • Method Details

    • withGeographicLocation

      Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.
      Parameters:
      geographicLocation - the geographic location
      Returns:
      the next stage of the definition
    • withGeographicLocations

      Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.
      Parameters:
      geographicLocations - the geographic locations
      Returns:
      the next stage of the definition
    • withGeographicLocation

      TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withGeographicLocation(String geographicLocationCode)
      Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.
      Parameters:
      geographicLocationCode - the geographic location code
      Returns:
      the next stage of the definition
    • withGeographicLocations

      TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT> withGeographicLocations(Collection<String> geographicLocationCodes)
      Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.
      Parameters:
      geographicLocationCodes - the geographic location codes
      Returns:
      the next stage of the definition