Compartir a través de


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)

Syntax

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

Property Value

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

See Also

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

Return to top