Scaler Class

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Determines what changes need to be made to the Windows Azure configuration, from configuration change requests. These changes are generally scaling requests or configuration setting changes. This implementation considers the ScalingMode value specified for the hosted service and supports e-mail notifications. It also uses a IServiceManagementRequestTracker object to track the Windows Azure request once it's submitted.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Scaling
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public class Scaler : IScaler
'Declaration
Public Class Scaler _
    Implements IScaler
public ref class Scaler : IScaler

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Scaling.Scaler

See Also

Scaler Members

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Scaling Namespace