次の方法で共有


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

型パラメーター

ParentT

の戻り値の型 WithAttach#attach()

public static interface TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegionThenThreshold

入れ子になったプロファイル エンドポイントの場所を指定できる Traffic Manager エンドポイント定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithEndpointThreshold<ParentT> fromRegion(Region region)

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

メソッドの詳細

fromRegion

public abstract TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold fromRegion(Region region)

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

Parameters:

region - 場所

Returns:

定義の次のステージ

適用対象