Condividi tramite


IAgentPoolsOperations Interface

Definition

AgentPoolsOperations operations.

public interface IAgentPoolsOperations
type IAgentPoolsOperations = interface
Public Interface IAgentPoolsOperations

Methods

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

Creates an agent pool for a container registry with the specified parameters.

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

Deletes a specified agent pool resource.

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

Updates an agent pool with the specified parameters.

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

Creates an agent pool for a container registry with the specified parameters.

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

Deletes a specified agent pool resource.

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

Gets the count of queued runs for a given agent pool.

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

Gets the detailed information for a given agent pool.

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

Lists all the agent pools for a specified container registry.

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

Lists all the agent pools for a specified container registry.

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

Updates an agent pool with the specified parameters.

Extension Methods

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

Creates an agent pool for a container registry with the specified parameters.

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

Creates an agent pool for a container registry with the specified parameters.

BeginDelete(IAgentPoolsOperations, String, String, String)

Deletes a specified agent pool resource.

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

Deletes a specified agent pool resource.

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

Updates an agent pool with the specified parameters.

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

Updates an agent pool with the specified parameters.

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

Creates an agent pool for a container registry with the specified parameters.

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

Creates an agent pool for a container registry with the specified parameters.

Delete(IAgentPoolsOperations, String, String, String)

Deletes a specified agent pool resource.

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

Deletes a specified agent pool resource.

Get(IAgentPoolsOperations, String, String, String)

Gets the detailed information for a given agent pool.

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

Gets the detailed information for a given agent pool.

GetQueueStatus(IAgentPoolsOperations, String, String, String)

Gets the count of queued runs for a given agent pool.

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

Gets the count of queued runs for a given agent pool.

List(IAgentPoolsOperations, String, String)

Lists all the agent pools for a specified container registry.

ListAsync(IAgentPoolsOperations, String, String, CancellationToken)

Lists all the agent pools for a specified container registry.

ListNext(IAgentPoolsOperations, String)

Lists all the agent pools for a specified container registry.

ListNextAsync(IAgentPoolsOperations, String, CancellationToken)

Lists all the agent pools for a specified container registry.

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

Updates an agent pool with the specified parameters.

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

Updates an agent pool with the specified parameters.

Applies to