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