ISupportsDeletingById Interface

Definition

public interface ISupportsDeletingById
type ISupportsDeletingById = interface
Public Interface ISupportsDeletingById
Derived

Methods

DeleteById(String)

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

DeleteByIdAsync(String, CancellationToken)

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

Applies to