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)

Public Property TimeoutInSeconds As Nullable(Of Integer)

Property Value

Type: System.Nullable(Of Int32)

The timeout in seconds.

The minimum value is 11 seconds. If not specified, the default is 31 seconds.

Return to top
Show: