Freigeben über


ResourcePools interface

Schnittstelle, die ein ResourcePools darstellt.

Methoden

beginCreate(string, string, ResourcePoolsCreateOptionalParams)

Erstellen oder Aktualisieren von resourcePool.

beginCreateAndWait(string, string, ResourcePoolsCreateOptionalParams)

Erstellen oder Aktualisieren von resourcePool.

beginDelete(string, string, ResourcePoolsDeleteOptionalParams)

Implementiert die RESOURCEPool DELETE-Methode.

beginDeleteAndWait(string, string, ResourcePoolsDeleteOptionalParams)

Implementiert die RESOURCEPool DELETE-Methode.

get(string, string, ResourcePoolsGetOptionalParams)

Implementiert die get-Methode "resourcePool".

list(ResourcePoolsListOptionalParams)

Liste der ResourcePools in einem Abonnement.

listByResourceGroup(string, ResourcePoolsListByResourceGroupOptionalParams)

Liste der ResourcePools in einer Ressourcengruppe.

update(string, string, ResourcePoolsUpdateOptionalParams)

API zum Aktualisieren bestimmter Eigenschaften der ResourcePool-Ressource.

Details zur Methode

beginCreate(string, string, ResourcePoolsCreateOptionalParams)

Erstellen oder Aktualisieren von resourcePool.

function beginCreate(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ResourcePool>, ResourcePool>>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

resourcePoolName

string

Name des resourcePool.

options
ResourcePoolsCreateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<@azure/core-lro.SimplePollerLike<OperationState<ResourcePool>, ResourcePool>>

beginCreateAndWait(string, string, ResourcePoolsCreateOptionalParams)

Erstellen oder Aktualisieren von resourcePool.

function beginCreateAndWait(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsCreateOptionalParams): Promise<ResourcePool>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

resourcePoolName

string

Name des resourcePool.

options
ResourcePoolsCreateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ResourcePool>

beginDelete(string, string, ResourcePoolsDeleteOptionalParams)

Implementiert die RESOURCEPool DELETE-Methode.

function beginDelete(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

resourcePoolName

string

Name des resourcePool.

options
ResourcePoolsDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, ResourcePoolsDeleteOptionalParams)

Implementiert die RESOURCEPool DELETE-Methode.

function beginDeleteAndWait(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsDeleteOptionalParams): Promise<void>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

resourcePoolName

string

Name des resourcePool.

options
ResourcePoolsDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, ResourcePoolsGetOptionalParams)

Implementiert die get-Methode "resourcePool".

function get(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsGetOptionalParams): Promise<ResourcePool>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

resourcePoolName

string

Name des resourcePool.

options
ResourcePoolsGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ResourcePool>

list(ResourcePoolsListOptionalParams)

Liste der ResourcePools in einem Abonnement.

function list(options?: ResourcePoolsListOptionalParams): PagedAsyncIterableIterator<ResourcePool, ResourcePool[], PageSettings>

Parameter

options
ResourcePoolsListOptionalParams

Die Optionsparameter.

Gibt zurück

listByResourceGroup(string, ResourcePoolsListByResourceGroupOptionalParams)

Liste der ResourcePools in einer Ressourcengruppe.

function listByResourceGroup(resourceGroupName: string, options?: ResourcePoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ResourcePool, ResourcePool[], PageSettings>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

options
ResourcePoolsListByResourceGroupOptionalParams

Die Optionsparameter.

Gibt zurück

update(string, string, ResourcePoolsUpdateOptionalParams)

API zum Aktualisieren bestimmter Eigenschaften der ResourcePool-Ressource.

function update(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsUpdateOptionalParams): Promise<ResourcePool>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

resourcePoolName

string

Name des resourcePool.

options
ResourcePoolsUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ResourcePool>