次の方法で共有


TrafficManagerEndpoint.DefinitionStages.WithGeographicLocation<ParentT> インターフェイス

型パラメーター

ParentT

の戻り値の型 WithAttach#attach()

public static interface TrafficManagerEndpoint.DefinitionStages.WithGeographicLocation

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

メソッドの概要

修飾子と型 メソッドと説明
abstract WithAttach<ParentT> withGeographicLocation(GeographicLocation geographicLocation)

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

abstract WithAttach<ParentT> withGeographicLocation(String geographicLocationCode)

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

abstract WithAttach<ParentT> withGeographicLocations(Collection<String> geographicLocationCodes)

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

abstract WithAttach<ParentT> withGeographicLocations(List<GeographicLocation> geographicLocations)

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

メソッドの詳細

withGeographicLocation

public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach withGeographicLocation(GeographicLocation geographicLocation)

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

Parameters:

geographicLocation - 地理的な場所

Returns:

定義の次のステージ

withGeographicLocation

public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach withGeographicLocation(String geographicLocationCode)

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

Parameters:

geographicLocationCode - 地理的な場所コード

Returns:

定義の次のステージ

withGeographicLocations

public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach withGeographicLocations(Collection geographicLocationCodes)

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

Parameters:

geographicLocationCodes - 地理的な場所コード

Returns:

定義の次のステージ

withGeographicLocations

public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach withGeographicLocations(List geographicLocations)

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

Parameters:

geographicLocations - 地理的な場所

Returns:

定義の次のステージ

適用対象