Partager via


IAgentPoolsOperations Interface

Définition

Opérations AgentPoolsOperations.

public interface IAgentPoolsOperations
type IAgentPoolsOperations = interface
Public Interface IAgentPoolsOperations

Méthodes

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, AgentPoolInner, Dictionary<String,List<String>>, CancellationToken)

Crée ou met à jour un pool d’agents.

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

Supprime un pool d’agents.

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

Mettre à niveau la version d’image de nœud d’un pool d’agents vers la dernière version.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, AgentPoolInner, Dictionary<String,List<String>>, CancellationToken)

Crée ou met à jour un pool d’agents.

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

Supprime un pool d’agents.

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

Obtient la liste des versions prises en charge pour le pool d’agents spécifié.

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

Obtient le profil de mise à niveau pour un pool d’agents.

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

Obtient le pool d’agents.

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

Obtient la liste des pools d’agents dans le cluster managé spécifié.

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

Obtient la liste des pools d’agents dans le cluster managé spécifié.

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

Mettre à niveau la version d’image de nœud d’un pool d’agents vers la dernière version.

Méthodes d’extension

BeginCreateOrUpdateAsync(IAgentPoolsOperations, String, String, String, AgentPoolInner, CancellationToken)

Crée ou met à jour un pool d’agents.

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

Supprime un pool d’agents.

BeginUpgradeNodeImageVersionAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Mettre à niveau la version d’image de nœud d’un pool d’agents vers la dernière version.

CreateOrUpdateAsync(IAgentPoolsOperations, String, String, String, AgentPoolInner, CancellationToken)

Crée ou met à jour un pool d’agents.

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

Supprime un pool d’agents.

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

Obtient le pool d’agents.

GetAvailableAgentPoolVersionsAsync(IAgentPoolsOperations, String, String, CancellationToken)

Obtient la liste des versions prises en charge pour le pool d’agents spécifié.

GetUpgradeProfileAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Obtient le profil de mise à niveau pour un pool d’agents.

ListAsync(IAgentPoolsOperations, String, String, CancellationToken)

Obtient la liste des pools d’agents dans le cluster managé spécifié.

ListNextAsync(IAgentPoolsOperations, String, CancellationToken)

Obtient la liste des pools d’agents dans le cluster managé spécifié.

UpgradeNodeImageVersionAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Mettre à niveau la version d’image de nœud d’un pool d’agents vers la dernière version.

S’applique à