Share via


ScaleAction.Cooldown Property

 

Optional. The cooldown interval for scaling action.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public TimeSpan Cooldown { get; set; }
public:
property TimeSpan Cooldown {
    TimeSpan get();
    void set(TimeSpan value);
}
member Cooldown : TimeSpan with get, set
Public Property Cooldown As TimeSpan

Property Value

Type: System.TimeSpan

See Also

ScaleAction Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace

Return to top