Revision.HealthState Property

Definition

Gets current health State of the revision. Possible values include: 'Healthy', 'Unhealthy', 'None'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.healthState")]
public string HealthState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.healthState")>]
member this.HealthState : string
Public ReadOnly Property HealthState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to