Share via


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

型パラメーター

ParentT

の戻り値の型 WithAttach#attach()

実装

WithAttach<ParentT>

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

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

メソッドの概要

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

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

メソッドの詳細

withMinimumEndpointsToEnableTraffic

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

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

Parameters:

count - エンドポイントの数

Returns:

定義の次のステージ

適用対象