Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>

    • Method Detail

      • 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