次の方法で共有


IWithGeographicLocation<ParentT> インターフェイス

定義

地理的リージョンを指定できる Traffic Manager エンドポイント定義のステージ。

public interface IWithGeographicLocation<ParentT>
type IWithGeographicLocation<'ParentT> = interface
Public Interface IWithGeographicLocation(Of ParentT)

型パラメーター

ParentT

WithAttach.attach() の戻り値の型。

派生

メソッド

WithGeographicLocation(IGeographicLocation)

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

WithGeographicLocation(String)

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

WithGeographicLocations(IList<IGeographicLocation>)

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

WithGeographicLocations(IList<String>)

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

適用対象