IWithGeographicLocation Interface

Definition

The stage of the traffic manager update definition allowing to specify the geographic region.

public interface IWithGeographicLocation
type IWithGeographicLocation = interface
Public Interface IWithGeographicLocation
Derived

Methods

WithGeographicLocation(IGeographicLocation)

Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

WithGeographicLocation(String)

Specifies the geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

WithGeographicLocations(IList<IGeographicLocation>)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

WithGeographicLocations(IList<String>)

Specifies the list of geographic location for the endpoint that will be used when the parent profile is configured with geographic based routing method.

WithoutGeographicLocation(IGeographicLocation)

Specifies the geographic location to be removed from the endpoint's geographic location entries.

WithoutGeographicLocation(String)

Specifies the geographic location to be removed from the endpoint's geographic location entries.

Applies to