CloudPool.Delete Method ()

 

Deletes this pool.

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

Syntax

public void Delete()
public:
void Delete()
member Delete : unit -> unit
Public Sub Delete

Remarks

The delete operation requests that the pool be deleted. The request puts the pool in the Deleting state. The Batch service will requeue any running tasks and perform the actual pool deletion without any further client action.

Remarks

This is a blocking operation. For a non-blocking equivalent, see DeleteAsync.

See Also

CloudPool Class
Microsoft.Azure.Batch Namespace

Return to top