IWithGeographicLocation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET