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<Void> cancelAsync(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId)
Cancels the asynchronous operation on the elastic pool.
Parameters:
Returns:
cancelWithResponse
public abstract Response<Void> cancelWithResponse(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId, Context context)
Cancels the asynchronous operation on the elastic pool.
Parameters:
Returns:
cancelWithResponseAsync
public abstract Mono<Response<Void>> cancelWithResponseAsync(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId)
Cancels the asynchronous operation on the elastic pool.
Parameters:
Returns:
listByElasticPool
public abstract PagedIterable<ElasticPoolOperationInner> listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName)
Gets a list of operations performed on the elastic pool.
Parameters:
Returns:
listByElasticPool
public abstract PagedIterable<ElasticPoolOperationInner> listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName, Context context)
Gets a list of operations performed on the elastic pool.
Parameters:
Returns:
listByElasticPoolAsync
public abstract PagedFlux<ElasticPoolOperationInner> listByElasticPoolAsync(String resourceGroupName, String serverName, String elasticPoolName)
Gets a list of operations performed on the elastic pool.
Parameters:
Returns: