ClientIPConfigV1.TimeoutSeconds 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.
Gets or sets the timeout duration, in seconds, for retaining client IP connections. Represents the time period after which idle client connections will time out. Nullable to indicate that no specific timeout value is set.
[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