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)

Syntax

public IList<AutoscaleProfile> Profiles { get; set; }
public:
property IList<AutoscaleProfile^>^ Profiles {
    IList<AutoscaleProfile^>^ get();
    void set(IList<AutoscaleProfile^>^ value);
}
member Profiles : IList<AutoscaleProfile> with get, set
Public Property Profiles As IList(Of AutoscaleProfile)

Property Value

Type: System.Collections.Generic.IList<AutoscaleProfile>

See Also

AutoscaleSetting Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top