public interface ElasticPoolOperationsClient
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String resourceGroupName,
String serverName,
String elasticPoolName,
UUID operationId)
Cancels the asynchronous operation on the elastic pool.
|
Mono<Void> |
cancelAsync(String resourceGroupName,
String serverName,
String elasticPoolName,
UUID operationId)
Cancels the asynchronous operation on the elastic pool.
|
com.azure.core.http.rest.Response<Void> |
cancelWithResponse(String resourceGroupName,
String serverName,
String elasticPoolName,
UUID operationId,
com.azure.core.util.Context context)
Cancels the asynchronous operation on the elastic pool.
|
Mono<com.azure.core.http.rest.Response<Void>> |
cancelWithResponseAsync(String resourceGroupName,
String serverName,
String elasticPoolName,
UUID operationId)
Cancels the asynchronous operation on the elastic pool.
|
com.azure.core.http.rest.PagedIterable<ElasticPoolOperationInner> |
listByElasticPool(String resourceGroupName,
String serverName,
String elasticPoolName)
Gets a list of operations performed on the elastic pool.
|
com.azure.core.http.rest.PagedIterable<ElasticPoolOperationInner> |
listByElasticPool(String resourceGroupName,
String serverName,
String elasticPoolName,
com.azure.core.util.Context context)
Gets a list of operations performed on the elastic pool.
|
com.azure.core.http.rest.PagedFlux<ElasticPoolOperationInner> |
listByElasticPoolAsync(String resourceGroupName,
String serverName,
String elasticPoolName)
Gets a list of operations performed on the elastic pool.
|
Mono<com.azure.core.http.rest.Response<Void>> cancelWithResponseAsync(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> cancelAsync(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void cancel(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> cancelWithResponse(String resourceGroupName, String serverName, String elasticPoolName, UUID operationId, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ElasticPoolOperationInner> listByElasticPoolAsync(String resourceGroupName, String serverName, String elasticPoolName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ElasticPoolOperationInner> listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ElasticPoolOperationInner> listByElasticPool(String resourceGroupName, String serverName, String elasticPoolName, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.