Share via


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)

Syntax

public Nullable<int> IntervalInSeconds { get; set; }
public:
property Nullable<int> IntervalInSeconds {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member IntervalInSeconds : Nullable<int> with get, set
Public Property IntervalInSeconds As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

The interval in seconds.

Remarks

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

See Also

LoadBalancerProbe Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top