LoadBalancerProbe.IntervalInSeconds Property

 

Gets or sets the interval 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 IntervalInSeconds As Nullable(Of Integer)

Property Value

Type: System.Nullable(Of Int32)

The interval in seconds.

The minimum value is 5 seconds. If not specified, the default is 15 seconds.

Return to top
Show: