Healthcheck.Test Property

Definition

Represents the command or set of commands to be executed as part of the health check for a service node. This property is defined as a list of strings, where each string is a command or argument contributing to the health check operation.

[YamlDotNet.Serialization.YamlMember(Alias="test", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections, ScalarStyle=YamlDotNet.Core.ScalarStyle.Folded)]
public System.Collections.Generic.List<string> Test { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="test", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections, ScalarStyle=YamlDotNet.Core.ScalarStyle.Folded)>]
member this.Test : System.Collections.Generic.List<string> with get, set
Public Property Test As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to