AutoscaleSetting::Profiles Property

 

Optional. Contains a collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.

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

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