你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithMonitoringFastFailover.WithFastFailover 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定用于监视的快速故障转移设置。
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
参数
此配置文件中终结点的监视器超时。 这是流量管理器允许此配置文件中的终结点响应运行状况检查的时间。 可能的值:介于 5 到 10 之间。
流量管理器在声明此配置文件中的终结点在下次失败的运行状况检查后降级之前,检查连续失败的运行状况数。 可能的值:介于 0 和 9 之间。