ElasticPoolOperations interface
Interface representing a ElasticPoolOperations.
Methods
cancel(string, string, string, string, Elastic |
Cancels the asynchronous operation on the elastic pool. |
list |
Gets a list of operations performed on the elastic pool. |
Method Details
cancel(string, string, string, string, ElasticPoolOperationsCancelOptionalParams)
Cancels the asynchronous operation on the elastic pool.
function cancel(resourceGroupName: string, serverName: string, elasticPoolName: string, operationId: string, options?: ElasticPoolOperationsCancelOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the server.
- elasticPoolName
-
string
- operationId
-
string
The operation identifier.
The options parameters.
Returns
Promise<void>
listByElasticPool(string, string, string, ElasticPoolOperationsListByElasticPoolOptionalParams)
Gets a list of operations performed on the elastic pool.
function listByElasticPool(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolOperationsListByElasticPoolOptionalParams): PagedAsyncIterableIterator<ElasticPoolOperation, ElasticPoolOperation[], PageSettings>
Parameters
- resourceGroupName
-
string
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
-
string
The name of the server.
- elasticPoolName
-
string
The options parameters.