Share via


ScaleAction.Cooldown Property

 

Optional. The amount of time to wait since the last scaling action before this action occurs. Must be between 1 week and 1 minute.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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.Azure.Management.Insights.Models Namespace

Return to top