Share via


ScaleRule.ScaleAction Property

 

Optional. The 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 ScaleAction ScaleAction { get; set; }
public:
property ScaleAction^ ScaleAction {
    ScaleAction^ get();
    void set(ScaleAction^ value);
}
member ScaleAction : ScaleAction with get, set
Public Property ScaleAction As ScaleAction

Property Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.ScaleAction

See Also

ScaleRule Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace

Return to top