Share via


RoleScalingRequest.RelativeDeltaInstances Property

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.

Denotes the factor of instances need to be increased or decreased. 0.25 means increase 25%, -0.25 means decrease 25% Can be between -1 (not inclusive) to any positive value. If the resulting decrease is less than -1, instance count is attempted to get decremented at least by 1.

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 double RelativeDeltaInstances { get; set; }
'Declaration
Public Property RelativeDeltaInstances As Double
    Get
    Set
public:
property double RelativeDeltaInstances {
    double get ();
    void set (double value);
}

See Also

RoleScalingRequest Class

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