ConfigurationSet.PublicIP.IdleTimeoutInMinutes Property
Optional. The idle timeout in minutes for this Public IP.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public Nullable<int> IdleTimeoutInMinutes { get; set; }
public:
property Nullable<int> IdleTimeoutInMinutes {
Nullable<int> get();
void set(Nullable<int> value);
}
member IdleTimeoutInMinutes : Nullable<int> with get, set
Public Property IdleTimeoutInMinutes As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
ConfigurationSet.PublicIP Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top