DatabaseOperationsClient Interface
public interface DatabaseOperationsClient
An instance of this class provides access to all the operations defined in DatabaseOperationsClient.
Method Summary
Method Details
cancel
public abstract void cancel(String resourceGroupName, String serverName, String databaseName, UUID operationId)
Cancels the asynchronous operation on the database.
Parameters:
cancelAsync
public abstract Mono
Cancels the asynchronous operation on the database.
Parameters:
Returns:
cancelWithResponse
public abstract Response
Cancels the asynchronous operation on the database.
Parameters:
Returns:
cancelWithResponseAsync
public abstract Mono
Cancels the asynchronous operation on the database.
Parameters:
Returns:
listByDatabase
public abstract PagedIterable
Gets a list of operations performed on the database.
Parameters:
Returns:
listByDatabase
public abstract PagedIterable
Gets a list of operations performed on the database.
Parameters:
Returns:
listByDatabaseAsync
public abstract PagedFlux
Gets a list of operations performed on the database.
Parameters:
Returns:
Applies to
Azure SDK for Java