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.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
public: property IList<AutoscaleProfile^>^ Profiles { IList<AutoscaleProfile^>^ get(); void set(IList<AutoscaleProfile^>^ value); }
Property Value
Type: System.Collections.Generic::IList<AutoscaleProfile^>^
Show: