Compartilhar via


PoolsOperations interface

Interface que representa operações de pools.

Propriedades

createOrUpdate

Criar um pool

delete

Excluir um pool

get

Obter um pool

listByResourceGroup

Listar recursos do pool por grupo de recursos

listBySubscription

Listar recursos do Pool por ID da assinatura

update

Atualizar um pool

Detalhes da propriedade

createOrUpdate

Criar um pool

createOrUpdate: (resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>

Valor da propriedade

(resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>

delete

Excluir um pool

delete: (resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor da propriedade

(resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obter um pool

get: (resourceGroupName: string, poolName: string, options?: PoolsGetOptionalParams) => Promise<Pool>

Valor da propriedade

(resourceGroupName: string, poolName: string, options?: PoolsGetOptionalParams) => Promise<Pool>

listByResourceGroup

Listar recursos do pool por grupo de recursos

listByResourceGroup: (resourceGroupName: string, options?: PoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>

Valor da propriedade

(resourceGroupName: string, options?: PoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>

listBySubscription

Listar recursos do Pool por ID da assinatura

listBySubscription: (options?: PoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>

Valor da propriedade

(options?: PoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>

update

Atualizar um pool

update: (resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>

Valor da propriedade

(resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>