次の方法で共有


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

型パラメーター

ParentT

の戻り値の型 WithAttach#attach()

実装

WithAttach<ParentT>

public static interface TrafficManagerEndpoint.DefinitionStages.WithEndpointThreshold
extends WithAttach<ParentT>

入れ子になった Traffic Manager プロファイル エンドポイント定義のステージ。これにより、入れ子になったプロファイルでオンラインになる最小エンドポイントを指定して、低下していないと見なすことができます。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithAttach<ParentT> withMinimumEndpointsToEnableTraffic(int count)

入れ子になったプロファイルを正常と見なすためにオンラインにするエンドポイントの最小数を指定します。

メソッドの詳細

withMinimumEndpointsToEnableTraffic

public abstract TrafficManagerEndpoint.DefinitionStages.WithAttach withMinimumEndpointsToEnableTraffic(int count)

入れ子になったプロファイルを正常と見なすためにオンラインにするエンドポイントの最小数を指定します。

Parameters:

count - エンドポイントの数

Returns:

定義の次のステージ

適用対象