Share via


ApplicationGatewayBackendHealthServer.Health Property

Definition

Gets or sets health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to