Share via


RestHealthCheckStepAttributes.HealthChecks Property

Definition

Gets or sets the list of checks that form the health check step.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.healthChecks")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.RestHealthCheck> HealthChecks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.healthChecks")>]
member this.HealthChecks : System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.RestHealthCheck> with get, set
Public Property HealthChecks As IList(Of RestHealthCheck)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to