This topic has not yet been rated - Rate this topic

ScalingMode Enumeration

Controls what scaling actions to perform on a hosted service.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceModel
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
public enum ScalingMode
Member nameValueDescription
Scale0 Scale the roles in this hosted service.
Notify1 Send a notification.
ScaleAndNotify2 Scale the roles in this hosted service and send a notification.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.