你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HealthCheckStepAttributes.MaxElasticDuration 属性

定义

获取或设置 ISO 8601 格式的持续时间,其中运行状况检查等待资源正常运行。 运行状况检查失败(否则)。 资源正常后,运行状况检查开始强制实施 healthyStateDuration。

[Newtonsoft.Json.JsonProperty(PropertyName="maxElasticDuration")]
public string MaxElasticDuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxElasticDuration")>]
member this.MaxElasticDuration : string with get, set
Public Property MaxElasticDuration As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于