SupportsDeletingByParent Interface
public interface SupportsDeletingByParent
Provides access to getting a specific Azure resource based on its resource group and parent.
(Note this interface is not intended to be implemented by user code.)
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract void |
deleteByParent(String groupName, String parentName, String name)
Deletes a resource from Azure, identifying it by its name and its resource group. |
| abstract Mono<Void> |
deleteByParentAsync(String groupName, String parentName, String name)
Asynchronously delete a resource from Azure, identifying it by its name and its resource group. |
Method Details
deleteByParent
public abstract void deleteByParent(String groupName, String parentName, String name)
Deletes a resource from Azure, identifying it by its name and its resource group.
Parameters:
deleteByParentAsync
public abstract Mono<Void> deleteByParentAsync(String groupName, String parentName, String name)
Asynchronously delete a resource from Azure, identifying it by its name and its resource group.
Parameters:
Returns: