Share via


Container.LivenessProbe Property

Definition

Gets or sets the liveness probe.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.livenessProbe")]
public Microsoft.Azure.Management.ContainerInstance.Models.ContainerProbe LivenessProbe { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.livenessProbe")>]
member this.LivenessProbe : Microsoft.Azure.Management.ContainerInstance.Models.ContainerProbe with get, set
Public Property LivenessProbe As ContainerProbe

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to