LoadBalancerProbe.TimeoutInSeconds Property
Gets or sets the timeout for the load balancer probe in seconds.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim instance As LoadBalancerProbe
Dim value As Nullable(Of Integer)
value = instance.TimeoutInSeconds
instance.TimeoutInSeconds = value
Syntax
'Declaration
Public Property TimeoutInSeconds As Nullable(Of Integer)
public Nullable<int> TimeoutInSeconds { get; set; }
public:
property Nullable<int> TimeoutInSeconds {
Nullable<int> get ();
void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_TimeoutInSeconds ()
/** @property */
public void set_TimeoutInSeconds (Nullable<int> value)
public function get TimeoutInSeconds () : Nullable<int>
public function set TimeoutInSeconds (value : Nullable<int>)
Property Value
The timeout in seconds.
Remarks
The minimum value is 11 seconds. If not specified, the default is 31 seconds.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
LoadBalancerProbe Class
LoadBalancerProbe Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace