Share via


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
System_CAPS_pubproperty AutoScaleRun

Gets the result of evaluation of an AutoScale formula.

System_CAPS_pubproperty DataServiceId

The identity of the resource acted by the EvaluateAutoScaleRequest.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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