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 Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServerHealth Health { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="health")>]
member this.Health : Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServerHealth with get, set
Public Property Health As ApplicationGatewayBackendHealthServerHealth

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to