SupportsBatchDeletion Interface
public interface SupportsBatchDeletion
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.)
Modifier and Type | Method and Description |
---|---|
abstract void |
delete Deletes the specified resources from Azure. |
abstract void |
delete Deletes the specified resources from Azure. |
abstract rx.Observable<java.lang.String> |
delete Deletes the specified resources from Azure asynchronously and in parallel. |
abstract rx.Observable<java.lang.String> |
delete Deletes the specified resources from Azure asynchronously and in parallel. |
deleteByIds
public abstract void deleteByIds(Collection
Deletes the specified resources from Azure.
Parameters:
deleteByIds
public abstract void deleteByIds(String[] ids)
Deletes the specified resources from Azure.
Parameters:
deleteByIdsAsync
public abstract Observable
Deletes the specified resources from Azure asynchronously and in parallel.
Parameters:
Returns:
deleteByIdsAsync
public abstract Observable
Deletes the specified resources from Azure asynchronously and in parallel.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: