IPublicIPAddressPropertiesFormat.IdleTimeoutInMinute Property

Definition

The idle timeout of the public IP address.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The idle timeout of the public IP address.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="idleTimeoutInMinutes")]
public int? IdleTimeoutInMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The idle timeout of the public IP address.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="idleTimeoutInMinutes")>]
member this.IdleTimeoutInMinute : Nullable<int> with get, set
Public Property IdleTimeoutInMinute As Nullable(Of Integer)

Property Value

Attributes

Applies to