AgentPoolsClient Interface
public interface AgentPoolsClient
An instance of this class provides access to all the operations defined in AgentPoolsClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller
Creates an agent pool for a container registry with the specified parameters.
Parameters:
Returns:
beginCreate
public abstract SyncPoller
Creates an agent pool for a container registry with the specified parameters.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux
Creates an agent pool for a container registry with the specified parameters.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a specified agent pool resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a specified agent pool resource.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a specified agent pool resource.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates an agent pool with the specified parameters.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates an agent pool with the specified parameters.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
Updates an agent pool with the specified parameters.
Parameters:
Returns:
create
public abstract AgentPoolInner create(String resourceGroupName, String registryName, String agentPoolName, AgentPoolInner agentPool)
Creates an agent pool for a container registry with the specified parameters.
Parameters:
Returns:
create
public abstract AgentPoolInner create(String resourceGroupName, String registryName, String agentPoolName, AgentPoolInner agentPool, Context context)
Creates an agent pool for a container registry with the specified parameters.
Parameters:
Returns:
createAsync
public abstract Mono
Creates an agent pool for a container registry with the specified parameters.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
Creates an agent pool for a container registry with the specified parameters.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String registryName, String agentPoolName)
Deletes a specified agent pool resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String registryName, String agentPoolName, Context context)
Deletes a specified agent pool resource.
Parameters:
deleteAsync
public abstract Mono
Deletes a specified agent pool resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a specified agent pool resource.
Parameters:
Returns:
get
public abstract AgentPoolInner get(String resourceGroupName, String registryName, String agentPoolName)
Gets the detailed information for a given agent pool.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the detailed information for a given agent pool.
Parameters:
Returns:
getQueueStatus
public abstract AgentPoolQueueStatusInner getQueueStatus(String resourceGroupName, String registryName, String agentPoolName)
Gets the count of queued runs for a given agent pool.
Parameters:
Returns:
getQueueStatusAsync
public abstract Mono
Gets the count of queued runs for a given agent pool.
Parameters:
Returns:
getQueueStatusWithResponse
public abstract Response
Gets the count of queued runs for a given agent pool.
Parameters:
Returns:
getQueueStatusWithResponseAsync
public abstract Mono
Gets the count of queued runs for a given agent pool.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the detailed information for a given agent pool.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the detailed information for a given agent pool.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the agent pools for a specified container registry.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the agent pools for a specified container registry.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the agent pools for a specified container registry.
Parameters:
Returns:
update
public abstract AgentPoolInner update(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters)
Updates an agent pool with the specified parameters.
Parameters:
Returns:
update
public abstract AgentPoolInner update(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters, Context context)
Updates an agent pool with the specified parameters.
Parameters:
Returns:
updateAsync
public abstract Mono
Updates an agent pool with the specified parameters.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Updates an agent pool with the specified parameters.
Parameters:
Returns:
Applies to
Azure SDK for Java