InboundNatRulePropertiesFormat.IdleTimeoutInMinute Property

Definition

The timeout for the TCP idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to TCP.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Owned)]
public int? IdleTimeoutInMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Owned)>]
member this.IdleTimeoutInMinute : Nullable<int> with get, set
Public Property IdleTimeoutInMinute As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to