ElasticPoolsOperations interface

Interface representando operações ElasticPools.

Propriedades

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginFailover
beginFailoverAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Cria ou atualiza um pool elástico.

delete

Exclui um pool elástico.

failover

Failovers de um pool elástico.

get

Obtém uma piscina elástica.

listByServer

Obtém todos os pools elásticos em um servidor.

update

Atualiza um pool elástico.

Detalhes de Propriedade

beginCreateOrUpdate

Aviso

Esta API foi preterida.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticPool>, ElasticPool>>

Valor de Propriedade

(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticPool>, ElasticPool>>

beginCreateOrUpdateAndWait

Aviso

Esta API foi preterida.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => Promise<ElasticPool>

Valor de Propriedade

(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => Promise<ElasticPool>

beginDelete

Aviso

Esta API foi preterida.

use delete instead

beginDelete: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valor de Propriedade

(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Aviso

Esta API foi preterida.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsDeleteOptionalParams) => Promise<void>

Valor de Propriedade

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

beginFailover

Aviso

Esta API foi preterida.

use failover instead

beginFailover: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsFailoverOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valor de Propriedade

(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsFailoverOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginFailoverAndWait

Aviso

Esta API foi preterida.

use failover instead

beginFailoverAndWait: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsFailoverOptionalParams) => Promise<void>

Valor de Propriedade

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

beginUpdate

Aviso

Esta API foi preterida.

use update instead

beginUpdate: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticPool>, ElasticPool>>

Valor de Propriedade

(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ElasticPool>, ElasticPool>>

beginUpdateAndWait

Aviso

Esta API foi preterida.

use update instead

beginUpdateAndWait: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => Promise<ElasticPool>

Valor de Propriedade

(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => Promise<ElasticPool>

createOrUpdate

Cria ou atualiza um pool elástico.

createOrUpdate: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticPool>, ElasticPool>

Valor de Propriedade

(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPool, options?: ElasticPoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ElasticPool>, ElasticPool>

delete

Exclui um pool elástico.

delete: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor de Propriedade

(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

failover

Failovers de um pool elástico.

failover: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsFailoverOptionalParams) => PollerLike<OperationState<void>, void>

Valor de Propriedade

(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsFailoverOptionalParams) => PollerLike<OperationState<void>, void>

get

Obtém uma piscina elástica.

get: (resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsGetOptionalParams) => Promise<ElasticPool>

Valor de Propriedade

(resourceGroupName: string, serverName: string, elasticPoolName: string, options?: ElasticPoolsGetOptionalParams) => Promise<ElasticPool>

listByServer

Obtém todos os pools elásticos em um servidor.

listByServer: (resourceGroupName: string, serverName: string, options?: ElasticPoolsListByServerOptionalParams) => PagedAsyncIterableIterator<ElasticPool, ElasticPool[], PageSettings>

Valor de Propriedade

(resourceGroupName: string, serverName: string, options?: ElasticPoolsListByServerOptionalParams) => PagedAsyncIterableIterator<ElasticPool, ElasticPool[], PageSettings>

update

Atualiza um pool elástico.

update: (resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => PollerLike<OperationState<ElasticPool>, ElasticPool>

Valor de Propriedade

(resourceGroupName: string, serverName: string, elasticPoolName: string, parameters: ElasticPoolUpdate, options?: ElasticPoolsUpdateOptionalParams) => PollerLike<OperationState<ElasticPool>, ElasticPool>