Skip to content

Files

Latest commit

 

History

History
22 lines (17 loc) · 645 Bytes

batch-pool-delete-start-event.md

File metadata and controls

22 lines (17 loc) · 645 Bytes
title description ms.topic ms.date
Azure Batch pool delete start event
Reference for Batch pool delete start event. This event is emitted when a pool delete operation has started.
reference
12/28/2020

Pool delete start event

This event is emitted when a pool delete operation has started. Since the pool delete is an asynchronous event, you can expect a pool delete complete event to be emitted once the delete operation completes.

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

{
   "id": "myPool1"
}
Element Type Notes
id String The ID of the pool.