ISupportsDeletingByName Interface

Definition

public interface ISupportsDeletingByName
type ISupportsDeletingByName = interface
Public Interface ISupportsDeletingByName
Derived

Methods

DeleteByName(String)

Deletes a resource from Azure, identifying it by its resource name.

DeleteByNameAsync(String, CancellationToken)

Deletes a resource asynchronously from Azure, identifying it by its resource name.

Applies to