CloudPool.DisableAutoScaleAsync Method (IEnumerable<BatchClientBehavior>)

 

Disables automatic scaling on this pool.

Namespace:   Microsoft.Azure.Batch
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public Task DisableAutoScaleAsync(
    IEnumerable<BatchClientBehavior> additionalBehaviors = null
)
public:
Task^ DisableAutoScaleAsync(
    IEnumerable<BatchClientBehavior^>^ additionalBehaviors = null
)
member DisableAutoScaleAsync : 
        additionalBehaviors:IEnumerable<BatchClientBehavior> = null -> Task
Public Function DisableAutoScaleAsync (
    additionalBehaviors As IEnumerable(Of BatchClientBehavior)
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

A Task that represents the asynchronous operation.

Remarks

The disable autoscale operation runs asynchronously.

See Also

CloudPool Class
Microsoft.Azure.Batch Namespace

Return to top