public interface SupportsDeletingById
(Note: this interface is not intended to be implemented by user code)
| Modifier and Type | Method and Description |
|---|---|
void |
deleteById(String id)
Deletes a resource from Azure, identifying it by its resource ID.
|
Mono<Void> |
deleteByIdAsync(String id)
Asynchronously delete a resource from Azure, identifying it by its resource ID.
|
void deleteById(String id)
id - the resource ID of the resource to deleteCopyright © 2021 Microsoft Corporation. All rights reserved.