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

AFDOrigin.EnabledState 属性

定义

获取或设置是否对 backendPools 下定义的后端启用运行状况探测。 仅当单个已启用的后端池中有一个已启用的后端时,才能禁用运行状况探测。 可能的值包括:“Enabled”、“Disabled”

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于