RoleScalingRequest Members

Include Protected Members
Include Inherited Members

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.

The RoleScalingRequest type exposes the following members.

Constructors

  Name Description
Public method RoleScalingRequest
Initializes a new instance of the RoleScalingRequest class

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property AbsoluteDeltaInstances
When both Absolute and Relative are given, the end result, with the maximum number of instances wins, for both increase and decrease cases.
Public property MatchingRuleNames
Public property MaxInstances
The minimum amount of instances that should be present after the request is fulfilled.
Public property MinInstances
The minimum amount of instances that should be present after the request is fulfilled.
Public property RelativeDeltaInstances
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.
Public property RoleAlias
Public property RoleName

See Also

RoleScalingRequest Class

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