ScaleRule.ScaleAction Property
Optional. The parameters for the scaling action.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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.Azure.Management.Insights.Models.ScaleAction
See Also
ScaleRule Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top