ElasticPoolOperationsOperations interface

Interface representing a ElasticPoolOperations operations.

Properties

cancel

Cancels the asynchronous operation on the elastic pool.

listByElasticPool

Gets a list of operations performed on the elastic pool.

Property Details

cancel

Cancels the asynchronous operation on the elastic pool.

cancel: (resourceGroupName: string, serverName: string, elasticPoolName: string, operationId: string, options?: ElasticPoolOperationsCancelOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, serverName: string, elasticPoolName: string, operationId: string, options?: ElasticPoolOperationsCancelOptionalParams) => Promise<void>

listByElasticPool

Gets a list of operations performed on the elastic pool.

listByElasticPool: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolOperationsListByElasticPoolOptionalParams) => PagedAsyncIterableIterator<ElasticPoolOperation, ElasticPoolOperation[], PageSettings>

Property Value

(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolOperationsListByElasticPoolOptionalParams) => PagedAsyncIterableIterator<ElasticPoolOperation, ElasticPoolOperation[], PageSettings>