你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ElasticPoolOperationsClient Interface

public interface ElasticPoolOperationsClient

An instance of this class provides access to all the operations defined in ElasticPoolOperationsClient.

Method Summary

Modifier and Type Method and Description
abstract void cancel(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId)

Cancels the asynchronous operation on the elastic pool.

abstract Mono<Void> cancelAsync(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId)

Cancels the asynchronous operation on the elastic pool.

abstract Response<Void> cancelWithResponse(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId, Context context)

Cancels the asynchronous operation on the elastic pool.

abstract Mono<Response<Void>> cancelWithResponseAsync(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId)

Cancels the asynchronous operation on the elastic pool.

abstract PagedIterable<ElasticPoolOperationInner> listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName)

Gets a list of operations performed on the elastic pool.

abstract PagedIterable<ElasticPoolOperationInner> listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName, Context context)

Gets a list of operations performed on the elastic pool.

abstract PagedFlux<ElasticPoolOperationInner> listByElasticPoolAsync(String resourceGroupName, String serverName, String elasticPoolName)

Gets a list of operations performed on the elastic pool.

Method Details

cancel

public abstract void cancel(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId)

Cancels the asynchronous operation on the elastic pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
elasticPoolName - The elasticPoolName parameter.
operationId - The operation identifier.

cancelAsync

public abstract Mono<Void> cancelAsync(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId)

Cancels the asynchronous operation on the elastic pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
elasticPoolName - The elasticPoolName parameter.
operationId - The operation identifier.

Returns:

A Mono that completes when a successful response is received.

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:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
elasticPoolName - The elasticPoolName parameter.
operationId - The operation identifier.
context - The context to associate with this operation.

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:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
elasticPoolName - The elasticPoolName parameter.
operationId - The operation identifier.

Returns:

the Response<T> on successful completion of Mono.

listByElasticPool

public abstract PagedIterable<ElasticPoolOperationInner> listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName)

Gets a list of operations performed on the elastic pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
elasticPoolName - The elasticPoolName parameter.

Returns:

a list of operations performed on the elastic pool as paginated response with PagedIterable<T>.

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:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
elasticPoolName - The elasticPoolName parameter.
context - The context to associate with this operation.

Returns:

a list of operations performed on the elastic pool as paginated response with PagedIterable<T>.

listByElasticPoolAsync

public abstract PagedFlux<ElasticPoolOperationInner> listByElasticPoolAsync(String resourceGroupName, String serverName, String elasticPoolName)

Gets a list of operations performed on the elastic pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
elasticPoolName - The elasticPoolName parameter.

Returns:

a list of operations performed on the elastic pool as paginated response with PagedFlux<T>.

Applies to