Healthcheck.Test Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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