Compartilhar via


IAgentPoolsOperations Interface

Definição

Operações agentPoolsOperations.

public interface IAgentPoolsOperations
type IAgentPoolsOperations = interface
Public Interface IAgentPoolsOperations

Métodos

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

Cria ou atualiza um pool de agentes.

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

Exclui um pool de agentes.

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

Atualize a versão da imagem do nó de um pool de agentes para a versão mais recente.

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

Cria ou atualiza um pool de agentes.

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

Exclui um pool de agentes.

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

Obtém uma lista de versões com suporte para o pool de agentes especificado.

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

Obtém o perfil de atualização para um pool de agentes.

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

Obtém o pool de agentes.

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

Obtém uma lista de pools de agentes no cluster gerenciado especificado.

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

Obtém uma lista de pools de agentes no cluster gerenciado especificado.

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

Atualize a versão da imagem do nó de um pool de agentes para a versão mais recente.

Métodos de Extensão

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

Cria ou atualiza um pool de agentes.

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

Exclui um pool de agentes.

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

Atualize a versão da imagem do nó de um pool de agentes para a versão mais recente.

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

Cria ou atualiza um pool de agentes.

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

Exclui um pool de agentes.

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

Obtém o pool de agentes.

GetAvailableAgentPoolVersionsAsync(IAgentPoolsOperations, String, String, CancellationToken)

Obtém uma lista de versões com suporte para o pool de agentes especificado.

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

Obtém o perfil de atualização para um pool de agentes.

ListAsync(IAgentPoolsOperations, String, String, CancellationToken)

Obtém uma lista de pools de agentes no cluster gerenciado especificado.

ListNextAsync(IAgentPoolsOperations, String, CancellationToken)

Obtém uma lista de pools de agentes no cluster gerenciado especificado.

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

Atualize a versão da imagem do nó de um pool de agentes para a versão mais recente.

Aplica-se a