次の方法で共有


IWithGeographicLocation インターフェイス

定義

地理的リージョンを指定できる Traffic Manager 更新定義のステージ。

public interface IWithGeographicLocation
type IWithGeographicLocation = interface
Public Interface IWithGeographicLocation
派生

メソッド

WithGeographicLocation(IGeographicLocation)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所を指定します。

WithGeographicLocation(String)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所を指定します。

WithGeographicLocations(IList<IGeographicLocation>)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。

WithGeographicLocations(IList<String>)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。

WithoutGeographicLocation(IGeographicLocation)

エンドポイントの地理的な場所エントリから削除する地理的な場所を指定します。

WithoutGeographicLocation(String)

エンドポイントの地理的な場所エントリから削除する地理的な場所を指定します。

適用対象