ResourcePools interface

Interface die een ResourcePools vertegenwoordigt.

Methoden

beginCreate(string, string, ResourcePoolsCreateOptionalParams)

ResourcePool maken of bijwerken.

beginCreateAndWait(string, string, ResourcePoolsCreateOptionalParams)

ResourcePool maken of bijwerken.

beginDelete(string, string, ResourcePoolsDeleteOptionalParams)

Implementeert de resourcePool DELETE-methode.

beginDeleteAndWait(string, string, ResourcePoolsDeleteOptionalParams)

Implementeert de resourcePool DELETE-methode.

get(string, string, ResourcePoolsGetOptionalParams)

Implementeert de GET-methode resourcePool.

list(ResourcePoolsListOptionalParams)

Lijst met resourcePools in een abonnement.

listByResourceGroup(string, ResourcePoolsListByResourceGroupOptionalParams)

Lijst met resourcePools in een resourcegroep.

update(string, string, ResourcePoolsUpdateOptionalParams)

API voor het bijwerken van bepaalde eigenschappen van de resourcePool-resource.

Methodedetails

beginCreate(string, string, ResourcePoolsCreateOptionalParams)

ResourcePool maken of bijwerken.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

resourcePoolName

string

Naam van de resourcePool.

options
ResourcePoolsCreateOptionalParams

De optiesparameters.

Retouren

Promise<PollerLike<@azure/core-lro.PollOperationState<ResourcePool>, ResourcePool>>

beginCreateAndWait(string, string, ResourcePoolsCreateOptionalParams)

ResourcePool maken of bijwerken.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

resourcePoolName

string

Naam van de resourcePool.

options
ResourcePoolsCreateOptionalParams

De optiesparameters.

Retouren

Promise<ResourcePool>

beginDelete(string, string, ResourcePoolsDeleteOptionalParams)

Implementeert de resourcePool DELETE-methode.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

resourcePoolName

string

Naam van de resourcePool.

options
ResourcePoolsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, ResourcePoolsDeleteOptionalParams)

Implementeert de resourcePool DELETE-methode.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

resourcePoolName

string

Naam van de resourcePool.

options
ResourcePoolsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, ResourcePoolsGetOptionalParams)

Implementeert de GET-methode resourcePool.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

resourcePoolName

string

Naam van de resourcePool.

options
ResourcePoolsGetOptionalParams

De optiesparameters.

Retouren

Promise<ResourcePool>

list(ResourcePoolsListOptionalParams)

Lijst met resourcePools in een abonnement.

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

Parameters

options
ResourcePoolsListOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, ResourcePoolsListByResourceGroupOptionalParams)

Lijst met resourcePools in een resourcegroep.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

options
ResourcePoolsListByResourceGroupOptionalParams

De optiesparameters.

Retouren

update(string, string, ResourcePoolsUpdateOptionalParams)

API voor het bijwerken van bepaalde eigenschappen van de resourcePool-resource.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

resourcePoolName

string

Naam van de resourcePool.

options
ResourcePoolsUpdateOptionalParams

De optiesparameters.

Retouren

Promise<ResourcePool>