次の方法で共有


TrafficManagerEndpoint.UpdateStages.WithGeographicLocation インターフェイス

public static interface TrafficManagerEndpoint.UpdateStages.WithGeographicLocation

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

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withGeographicLocation(GeographicLocation geographicLocation)

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

abstract Update withGeographicLocation(String geographicLocationCode)

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

abstract Update withGeographicLocations(Collection<String> geographicLocationCodes)

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

abstract Update withGeographicLocations(List<GeographicLocation> geographicLocations)

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

abstract Update withoutGeographicLocation(GeographicLocation geographicLocation)

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

abstract Update withoutGeographicLocation(String geographicLocationCode)

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

メソッドの詳細

withGeographicLocation

public abstract TrafficManagerEndpoint.Update withGeographicLocation(GeographicLocation geographicLocation)

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

Parameters:

geographicLocation - 地理的な場所

Returns:

更新プログラムの次のステージ

withGeographicLocation

public abstract TrafficManagerEndpoint.Update withGeographicLocation(String geographicLocationCode)

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

Parameters:

geographicLocationCode - 地理的な場所コード

Returns:

更新プログラムの次のステージ

withGeographicLocations

public abstract TrafficManagerEndpoint.Update withGeographicLocations(Collection geographicLocationCodes)

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

Parameters:

geographicLocationCodes - 地理的な場所コード

Returns:

更新プログラムの次のステージ

withGeographicLocations

public abstract TrafficManagerEndpoint.Update withGeographicLocations(List geographicLocations)

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

Parameters:

geographicLocations - 地理的な場所

Returns:

更新プログラムの次のステージ

withoutGeographicLocation

public abstract TrafficManagerEndpoint.Update withoutGeographicLocation(GeographicLocation geographicLocation)

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

Parameters:

geographicLocation - 地理的な場所

Returns:

更新プログラムの次のステージ

withoutGeographicLocation

public abstract TrafficManagerEndpoint.Update withoutGeographicLocation(String geographicLocationCode)

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

Parameters:

geographicLocationCode - 地理的な場所コード

Returns:

更新プログラムの次のステージ

適用対象