AutoscaleSetting.Enabled Property
Optional. Specifies whether automatic scaling is enabled for the resource.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public bool Enabled { get; set; }
public:
property bool Enabled {
bool get();
void set(bool value);
}
member Enabled : bool with get, set
Public Property Enabled As Boolean
Property Value
Type: System.Boolean
See Also
AutoscaleSetting Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top