AutoScaleEvaluation Class
Holds the results from a call to EvaluateAutoScale.
Namespace: Microsoft.Azure.Batch
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Batch.AutoScaleEvaluation
Syntax
public class AutoScaleEvaluation
public ref class AutoScaleEvaluation
type AutoScaleEvaluation = class end
Public Class AutoScaleEvaluation
Properties
Name | Description | |
---|---|---|
AutoScaleRun | Gets the result of evaluation of an AutoScale formula. |
|
DataServiceId | The identity of the resource acted by the EvaluateAutoScaleRequest. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Batch Namespace
Return to top