ISupportsBatchDeletion Interface

Definition

Provides access to deleting multiple resource from Azure, identifying them by their IDs. (Note this interface is not intended to be implemented by user code.).

public interface ISupportsBatchDeletion : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type ISupportsBatchDeletion = interface
    interface IBeta
Public Interface ISupportsBatchDeletion
Implements IBeta
Derived
Implements

Methods

DeleteByIds(IList<String>)

Deletes the specified resources from Azure.

DeleteByIds(String[])

Deletes the specified resources from Azure.

DeleteByIdsAsync(IList<String>, CancellationToken)

Deletes the specified resources from Azure asynchronously and in parallel.

DeleteByIdsAsync(String[], CancellationToken)

Deletes the specified resources from Azure asynchronously and in parallel.

Applies to