ISupportsDeletingByResourceGroup Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to deleting a resource from Azure, identifying it by its name and its resource group.
(Note: this interface is not intended to be implemented by user code)
public interface ISupportsDeletingByResourceGroup
type ISupportsDeletingByResourceGroup = interface
Public Interface ISupportsDeletingByResourceGroup
- Derived
Methods
DeleteByResourceGroup(String, String) |
Deletes a resource from Azure, identifying it by its name and its resource group. |
DeleteByResourceGroupAsync(String, String, CancellationToken) |
Deletes a resource from Azure, identifying it by its name and its resource group. |