Share via


AutoscaleProfile.Rules Property

 

Optional. A collection of rules that provide the triggers and parameters for the scaling action.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace

Return to top