Partager via


IAgentPoolsOperations Interface

Définition

Opérations AgentPoolsOperations.

public interface IAgentPoolsOperations
type IAgentPoolsOperations = interface
Public Interface IAgentPoolsOperations

Méthodes

BeginCreateWithHttpMessagesAsync(String, String, String, AgentPool, Dictionary<String,List<String>>, CancellationToken)

Crée un pool d’agents pour un registre de conteneurs avec les paramètres spécifiés.

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

Supprime une ressource de pool d’agents spécifiée.

BeginUpdateWithHttpMessagesAsync(String, String, String, Nullable<Int32>, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Mises à jour un pool d’agents avec les paramètres spécifiés.

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

Crée un pool d’agents pour un registre de conteneurs avec les paramètres spécifiés.

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

Supprime une ressource de pool d’agents spécifiée.

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

Obtient le nombre d’exécutions mises en file d’attente pour un pool d’agents donné.

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

Obtient les informations détaillées pour un pool d’agents donné.

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

Répertorie tous les pools d’agents pour un registre de conteneurs spécifié.

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

Répertorie tous les pools d’agents pour un registre de conteneurs spécifié.

UpdateWithHttpMessagesAsync(String, String, String, Nullable<Int32>, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Mises à jour un pool d’agents avec les paramètres spécifiés.

Méthodes d’extension

BeginCreate(IAgentPoolsOperations, String, String, String, AgentPool)

Crée un pool d’agents pour un registre de conteneurs avec les paramètres spécifiés.

BeginCreateAsync(IAgentPoolsOperations, String, String, String, AgentPool, CancellationToken)

Crée un pool d’agents pour un registre de conteneurs avec les paramètres spécifiés.

BeginDelete(IAgentPoolsOperations, String, String, String)

Supprime une ressource de pool d’agents spécifiée.

BeginDeleteAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Supprime une ressource de pool d’agents spécifiée.

BeginUpdate(IAgentPoolsOperations, String, String, String, Nullable<Int32>, IDictionary<String,String>)

Mises à jour un pool d’agents avec les paramètres spécifiés.

BeginUpdateAsync(IAgentPoolsOperations, String, String, String, Nullable<Int32>, IDictionary<String,String>, CancellationToken)

Mises à jour un pool d’agents avec les paramètres spécifiés.

Create(IAgentPoolsOperations, String, String, String, AgentPool)

Crée un pool d’agents pour un registre de conteneurs avec les paramètres spécifiés.

CreateAsync(IAgentPoolsOperations, String, String, String, AgentPool, CancellationToken)

Crée un pool d’agents pour un registre de conteneurs avec les paramètres spécifiés.

Delete(IAgentPoolsOperations, String, String, String)

Supprime une ressource de pool d’agents spécifiée.

DeleteAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Supprime une ressource de pool d’agents spécifiée.

Get(IAgentPoolsOperations, String, String, String)

Obtient les informations détaillées pour un pool d’agents donné.

GetAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Obtient les informations détaillées pour un pool d’agents donné.

GetQueueStatus(IAgentPoolsOperations, String, String, String)

Obtient le nombre d’exécutions mises en file d’attente pour un pool d’agents donné.

GetQueueStatusAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Obtient le nombre d’exécutions mises en file d’attente pour un pool d’agents donné.

List(IAgentPoolsOperations, String, String)

Répertorie tous les pools d’agents pour un registre de conteneurs spécifié.

ListAsync(IAgentPoolsOperations, String, String, CancellationToken)

Répertorie tous les pools d’agents pour un registre de conteneurs spécifié.

ListNext(IAgentPoolsOperations, String)

Répertorie tous les pools d’agents pour un registre de conteneurs spécifié.

ListNextAsync(IAgentPoolsOperations, String, CancellationToken)

Répertorie tous les pools d’agents pour un registre de conteneurs spécifié.

Update(IAgentPoolsOperations, String, String, String, Nullable<Int32>, IDictionary<String,String>)

Mises à jour un pool d’agents avec les paramètres spécifiés.

UpdateAsync(IAgentPoolsOperations, String, String, String, Nullable<Int32>, IDictionary<String,String>, CancellationToken)

Mises à jour un pool d’agents avec les paramètres spécifiés.

S’applique à