Partager via


IPoolOperations Interface

Définition

Opérations PoolOperations.

public interface IPoolOperations
type IPoolOperations = interface
Public Interface IPoolOperations

Méthodes

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime le pool spécifié.

CreateWithHttpMessagesAsync(String, String, String, Pool, String, String, Dictionary<String,List<String>>, CancellationToken)

Crée un nouveau pool à l’intérieur du compte spécifié.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime le pool spécifié.

DisableAutoScaleWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Désactive la mise à l’échelle automatique pour un pool.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient des informations sur le pool spécifié.

ListByBatchAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Répertorie tous les pools du compte spécifié.

ListByBatchAccountWithHttpMessagesAsync(String, String, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)

Répertorie tous les pools du compte spécifié.

StopResizeWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Arrête une opération de redimensionnement du pool.

UpdateWithHttpMessagesAsync(String, String, String, Pool, String, Dictionary<String,List<String>>, CancellationToken)

Mises à jour les propriétés d’un pool existant.

Méthodes d’extension

BeginDelete(IPoolOperations, String, String, String)

Supprime le pool spécifié.

BeginDeleteAsync(IPoolOperations, String, String, String, CancellationToken)

Supprime le pool spécifié.

Create(IPoolOperations, String, String, String, Pool, String, String)

Crée un nouveau pool à l’intérieur du compte spécifié.

CreateAsync(IPoolOperations, String, String, String, Pool, String, String, CancellationToken)

Crée un nouveau pool à l’intérieur du compte spécifié.

Delete(IPoolOperations, String, String, String)

Supprime le pool spécifié.

DeleteAsync(IPoolOperations, String, String, String, CancellationToken)

Supprime le pool spécifié.

DisableAutoScale(IPoolOperations, String, String, String)

Désactive la mise à l’échelle automatique pour un pool.

DisableAutoScaleAsync(IPoolOperations, String, String, String, CancellationToken)

Désactive la mise à l’échelle automatique pour un pool.

Get(IPoolOperations, String, String, String)

Obtient des informations sur le pool spécifié.

GetAsync(IPoolOperations, String, String, String, CancellationToken)

Obtient des informations sur le pool spécifié.

ListByBatchAccount(IPoolOperations, String, String, Nullable<Int32>, String, String)

Répertorie tous les pools du compte spécifié.

ListByBatchAccountAsync(IPoolOperations, String, String, Nullable<Int32>, String, String, CancellationToken)

Répertorie tous les pools du compte spécifié.

ListByBatchAccountNext(IPoolOperations, String)

Répertorie tous les pools du compte spécifié.

ListByBatchAccountNextAsync(IPoolOperations, String, CancellationToken)

Répertorie tous les pools du compte spécifié.

StopResize(IPoolOperations, String, String, String)

Arrête une opération de redimensionnement du pool.

StopResizeAsync(IPoolOperations, String, String, String, CancellationToken)

Arrête une opération de redimensionnement du pool.

Update(IPoolOperations, String, String, String, Pool, String)

Mises à jour les propriétés d’un pool existant.

UpdateAsync(IPoolOperations, String, String, String, Pool, String, CancellationToken)

Mises à jour les propriétés d’un pool existant.

S’applique à