ThreadDeletionStatus interface
The status of a thread deletion operation.
- Extends
Inherited Properties
deleted | A value indicating whether deletion was successful. |
id | The ID of the resource specified for deletion. |
Inherited Property Details
deleted
A value indicating whether deletion was successful.
deleted: boolean
Property Value
boolean
Inherited From DeletionStatus.deleted
id
The ID of the resource specified for deletion.
id: string
Property Value
string
Inherited From DeletionStatus.id
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript