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