Partager via


Pools interface

Interface représentant un pools.

Méthodes

beginCreateOrUpdate(string, string, Pool, PoolsCreateOrUpdateOptionalParams)

Créer un pool

beginCreateOrUpdateAndWait(string, string, Pool, PoolsCreateOrUpdateOptionalParams)

Créer un pool

beginDelete(string, string, PoolsDeleteOptionalParams)

Supprimer un pool

beginDeleteAndWait(string, string, PoolsDeleteOptionalParams)

Supprimer un pool

beginUpdate(string, string, PoolUpdate, PoolsUpdateOptionalParams)

Mettre à jour un pool

beginUpdateAndWait(string, string, PoolUpdate, PoolsUpdateOptionalParams)

Mettre à jour un pool

get(string, string, PoolsGetOptionalParams)

Obtenir un pool

listByResourceGroup(string, PoolsListByResourceGroupOptionalParams)

Répertorier les ressources du pool par groupe de ressources

listBySubscription(PoolsListBySubscriptionOptionalParams)

Répertorier les ressources du pool par ID d’abonnement

Détails de la méthode

beginCreateOrUpdate(string, string, Pool, PoolsCreateOrUpdateOptionalParams)

Créer un pool

function beginCreateOrUpdate(resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Pool>, Pool>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

poolName

string

Nom du pool. Il doit être unique à l’échelle mondiale.

resource
Pool

Paramètres de création de ressource.

options
PoolsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, string, Pool, PoolsCreateOrUpdateOptionalParams)

Créer un pool

function beginCreateOrUpdateAndWait(resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams): Promise<Pool>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

poolName

string

Nom du pool. Il doit être unique à l’échelle mondiale.

resource
Pool

Paramètres de création de ressource.

options
PoolsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<Pool>

beginDelete(string, string, PoolsDeleteOptionalParams)

Supprimer un pool

function beginDelete(resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PoolsDeleteHeaders>, PoolsDeleteHeaders>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

poolName

string

Nom du pool. Il doit être unique à l’échelle mondiale.

options
PoolsDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, PoolsDeleteOptionalParams)

Supprimer un pool

function beginDeleteAndWait(resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<PoolsDeleteHeaders>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

poolName

string

Nom du pool. Il doit être unique à l’échelle mondiale.

options
PoolsDeleteOptionalParams

Paramètres d’options.

Retours

beginUpdate(string, string, PoolUpdate, PoolsUpdateOptionalParams)

Mettre à jour un pool

function beginUpdate(resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Pool>, Pool>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

poolName

string

Nom du pool. Il doit être unique à l’échelle mondiale.

properties
PoolUpdate

Propriétés de ressource à mettre à jour.

options
PoolsUpdateOptionalParams

Paramètres d’options.

Retours

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

beginUpdateAndWait(string, string, PoolUpdate, PoolsUpdateOptionalParams)

Mettre à jour un pool

function beginUpdateAndWait(resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams): Promise<Pool>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

poolName

string

Nom du pool. Il doit être unique à l’échelle mondiale.

properties
PoolUpdate

Propriétés de ressource à mettre à jour.

options
PoolsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<Pool>

get(string, string, PoolsGetOptionalParams)

Obtenir un pool

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

poolName

string

Nom du pool. Il doit être unique à l’échelle mondiale.

options
PoolsGetOptionalParams

Paramètres d’options.

Retours

Promise<Pool>

listByResourceGroup(string, PoolsListByResourceGroupOptionalParams)

Répertorier les ressources du pool par groupe de ressources

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
PoolsListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listBySubscription(PoolsListBySubscriptionOptionalParams)

Répertorier les ressources du pool par ID d’abonnement

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

Paramètres

options
PoolsListBySubscriptionOptionalParams

Paramètres d’options.

Retours