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)
Usage
'Usage
Dim instance As ScaleRule
Dim value As ScaleAction
value = instance.ScaleAction
instance.ScaleAction = value
Syntax
'Declaration
Public Property ScaleAction As ScaleAction
public ScaleAction ScaleAction { get; set; }
public:
property ScaleAction^ ScaleAction {
ScaleAction^ get ();
void set (ScaleAction^ value);
}
/** @property */
public ScaleAction get_ScaleAction ()
/** @property */
public void set_ScaleAction (ScaleAction value)
public function get ScaleAction () : ScaleAction
public function set ScaleAction (value : ScaleAction)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ScaleRule Class
ScaleRule Members
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace