Delen via


PoolsOperations interface

Interface die een pools-bewerking vertegenwoordigt.

Eigenschappen

createOrUpdate

Een pool maken

delete

Een pool verwijderen

get

Een pool ophalen

listByResourceGroup

Poolresources per resourcegroep weergeven

listBySubscription

Poolbronnen weergeven op abonnements-id

update

Een pool bijwerken

Eigenschapdetails

createOrUpdate

Een pool maken

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

Waarde van eigenschap

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

delete

Een pool verwijderen

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

Waarde van eigenschap

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

get

Een pool ophalen

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

Waarde van eigenschap

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

listByResourceGroup

Poolresources per resourcegroep weergeven

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

Waarde van eigenschap

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

listBySubscription

Poolbronnen weergeven op abonnements-id

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

Waarde van eigenschap

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

update

Een pool bijwerken

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

Waarde van eigenschap

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