Interface TrafficManagerEndpoint.UpdateStages.WithGeographicLocation

    • Method Detail

      • withGeographicLocation

        TrafficManagerEndpoint.Update 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.
        Parameters:
        geographicLocation - the geographic location
        Returns:
        the next stage of the update
      • withGeographicLocations

        TrafficManagerEndpoint.Update 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.
        Parameters:
        geographicLocations - the geographic locations
        Returns:
        the next stage of the update
      • withoutGeographicLocation

        TrafficManagerEndpoint.Update withoutGeographicLocation​(GeographicLocation geographicLocation)
        Specifies the geographic location to be removed from the endpoint's geographic location entries.
        Parameters:
        geographicLocation - the geographic location
        Returns:
        the next stage of the update
      • withGeographicLocation

        TrafficManagerEndpoint.Update 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 update
      • withGeographicLocations

        TrafficManagerEndpoint.Update 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 update
      • withoutGeographicLocation

        TrafficManagerEndpoint.Update withoutGeographicLocation​(String geographicLocationCode)
        Specifies the geographic location to be removed from the endpoint's geographic location entries.
        Parameters:
        geographicLocationCode - the geographic location code
        Returns:
        the next stage of the update