AutoscaleProfile::Rules Property

 

Optional. Contains a collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

public:
property IList<ScaleRule^>^ Rules {
	IList<ScaleRule^>^ get();
	void set(IList<ScaleRule^>^ value);
}
Return to top
Show: