Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1023 Bytes

batch-pool-delete-complete-event.md

File metadata and controls

39 lines (32 loc) · 1023 Bytes
title description services author manager ms.assetid ms.service ms.devlang ms.topic ms.tgt_pltfrm ms.workload ms.date ms.author
Azure Batch pool delete complete event | Microsoft Docs
Reference for Batch pool delete complete event.
batch
dlepow
jeconnoc
batch
multiple
article
big-compute
04/20/2017
danlep

Pool delete complete event

This event is emitted when a pool delete operation has completed.

The following example shows the body of a pool delete complete event.

{
	"id": "myPool1",
	"startTime": "2016-09-09T22:13:48.579Z",
	"endTime": "2016-09-09T22:14:08.836Z"
}
Element Type Notes
id String The id of the pool.
startTime DateTime The time the pool delete started.
endTime DateTime The time the pool delete completed.

Remarks

For more information about states and error codes for pool resize operation, see Delete a pool from an account.