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