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 | |
---|---|---|
RoleScalingRequest |
Initializes a new instance of the RoleScalingRequest class
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
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.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AbsoluteDeltaInstances |
When both Absolute and Relative are given, the end result, with the maximum number of instances wins, for both increase and decrease cases.
|
|
MatchingRuleNames | ||
MaxInstances |
The minimum amount of instances that should be present after the request is fulfilled.
|
|
MinInstances |
The minimum amount of instances that should be present after the request is fulfilled.
|
|
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.
|
|
RoleAlias | ||
RoleName |
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Scaling Namespace