次の方法で共有


IWithMonitoringFastFailover.WithFastFailover メソッド

定義

監視用の高速フェールオーバー設定を指定します。

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate WithFastFailover (long? intervalInSeconds, long? timeoutInSeconds, long? toleratedNumberOfFailures = default);
abstract member WithFastFailover : Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate
Public Function WithFastFailover (intervalInSeconds As Nullable(Of Long), timeoutInSeconds As Nullable(Of Long), Optional toleratedNumberOfFailures As Nullable(Of Long) = Nothing) As IUpdate

パラメーター

intervalInSeconds
Nullable<Int64>

このプロファイル内のエンドポイントの監視間隔。 これは、Traffic Manager がこのプロファイル内の各エンドポイントの正常性をチェックする間隔です。 使用できる値は 10、30 です。

timeoutInSeconds
Nullable<Int64>

このプロファイル内のエンドポイントのモニター タイムアウト。 これは、Traffic Manager によって、このプロファイル内のエンドポイントが正常性チェックへの応答を許可する時間です。 使用可能な値: 5 から 10 の間。

toleratedNumberOfFailures
Nullable<Int64>

このプロファイルでエンドポイントを宣言する前に Traffic Manager が許容する連続した失敗した正常性チェックの数は、次に失敗した正常性チェック後に低下します。 使用可能な値: 0 から 9 の間。

戻り値

適用対象