ISupportsDeletingByResourceGroup Interface

Definition

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.

Applies to