GalleryApplicationVersionPublishingProfile.EnableHealthCheck Property

Definition

Gets or sets optional. Whether or not this application reports health.

[Newtonsoft.Json.JsonProperty(PropertyName="enableHealthCheck")]
public bool? EnableHealthCheck { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableHealthCheck")>]
member this.EnableHealthCheck : Nullable<bool> with get, set
Public Property EnableHealthCheck As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to