PoolsOperations interface
Schnittstelle, die einen Pools-Vorgänge darstellt.
Eigenschaften
| create |
Erstellen eines Pools |
| delete | Löschen eines Pools |
| get | Abrufen eines Pools |
| list |
Auflisten von Poolressourcen nach Ressourcengruppe |
| list |
Auflisten von Poolressourcen nach Abonnement-ID |
| update | Aktualisieren eines Pools |
Details zur Eigenschaft
createOrUpdate
Erstellen eines Pools
createOrUpdate: (resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>
Eigenschaftswert
(resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>
delete
Löschen eines Pools
delete: (resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Abrufen eines Pools
get: (resourceGroupName: string, poolName: string, options?: PoolsGetOptionalParams) => Promise<Pool>
Eigenschaftswert
(resourceGroupName: string, poolName: string, options?: PoolsGetOptionalParams) => Promise<Pool>
listByResourceGroup
Auflisten von Poolressourcen nach Ressourcengruppe
listByResourceGroup: (resourceGroupName: string, options?: PoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, options?: PoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>
listBySubscription
Auflisten von Poolressourcen nach Abonnement-ID
listBySubscription: (options?: PoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>
Eigenschaftswert
(options?: PoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Pool, Pool[], PageSettings>
update
Aktualisieren eines Pools
update: (resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>
Eigenschaftswert
(resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams) => PollerLike<OperationState<Pool>, Pool>