public interface SupportsDeletingByResourceGroup
(Note this interface is not intended to be implemented by user code.)
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByResourceGroup(String resourceGroupName,
String name)
Deletes a resource from Azure, identifying it by its name and its resource group.
|
Mono<Void> |
deleteByResourceGroupAsync(String resourceGroupName,
String name)
Asynchronously delete a resource from Azure, identifying it by its name and its resource group.
|
void deleteByResourceGroup(String resourceGroupName, String name)
resourceGroupName - the resource group the resource is part ofname - the name of the resourceMono<Void> deleteByResourceGroupAsync(String resourceGroupName, String name)
resourceGroupName - the resource group the resource is part ofname - the name of the resourceCopyright © 2021 Microsoft Corporation. All rights reserved.