ElasticPoolsOperations interface
Interface representing a ElasticPools operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates or updates an elastic pool. |
| delete | Deletes an elastic pool. |
| failover | Failovers an elastic pool. |
| get | Gets an elastic pool. |
| list |
Gets all elastic pools in a server. |
| update | Updates an elastic pool. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticPool>, ElasticPool>>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticPool>, ElasticPool>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => Promise<ElasticPool>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => Promise<ElasticPool>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsDeleteOptionalParams) => Promise<void>
beginFailover
Warning
This API is now deprecated.
use failover instead
beginFailover: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsFailoverOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsFailoverOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginFailoverAndWait
Warning
This API is now deprecated.
use failover instead
beginFailoverAndWait: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsFailoverOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsFailoverOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticPool>, ElasticPool>>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticPool>, ElasticPool>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => Promise<ElasticPool>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => Promise<ElasticPool>
createOrUpdate
Creates or updates an elastic pool.
createOrUpdate: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticPool>, ElasticPool>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticPool>, ElasticPool>
delete
Deletes an elastic pool.
delete: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
failover
Failovers an elastic pool.
failover: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsFailoverOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsFailoverOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets an elastic pool.
get: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsGetOptionalParams) => Promise<ElasticPool>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsGetOptionalParams) => Promise<ElasticPool>
listByServer
Gets all elastic pools in a server.
listByServer: (resourceGroupName: string, serverName: string, options?: ElasticPoolsListByServerOptionalParams) => PagedAsyncIterableIterator<ElasticPool, ElasticPool[], PageSettings>
Property Value
(resourceGroupName: string, serverName: string, options?: ElasticPoolsListByServerOptionalParams) => PagedAsyncIterableIterator<ElasticPool, ElasticPool[], PageSettings>
update
Updates an elastic pool.
update: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => PollerLike<OperationState<ElasticPool>, ElasticPool>
Property Value
(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => PollerLike<OperationState<ElasticPool>, ElasticPool>