Share via


ProbeV1.TimeoutSeconds Property

Definition

Specifies the number of seconds that a probe will wait for a response before timing out.

[YamlDotNet.Serialization.YamlMember(Alias="timeoutSeconds")]
public int? TimeoutSeconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="timeoutSeconds")>]
member this.TimeoutSeconds : Nullable<int> with get, set
Public Property TimeoutSeconds As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The TimeoutSeconds property defines the maximum duration, in seconds, that the probe will wait for an operation to complete before considering it a failure. A timeout value that is too low may lead to false negatives, whereas a value that is too high may delay failure detection. This property is optional and, if not specified, the default value will be used as defined by the system.

Applies to