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<PollResult<AgentPoolInner>,AgentPoolInner> beginCreate(String resourceGroupName, String registryName, String agentPoolName, AgentPoolInner agentPool)
Creates an agent pool for a container registry with the specified parameters.
Parameters:
Returns:
beginCreate
public abstract SyncPoller<PollResult<AgentPoolInner>,AgentPoolInner> beginCreate(String resourceGroupName, String registryName, String agentPoolName, AgentPoolInner agentPool, Context context)
Creates an agent pool for a container registry with the specified parameters.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux<PollResult<AgentPoolInner>,AgentPoolInner> beginCreateAsync(String resourceGroupName, String registryName, String agentPoolName, AgentPoolInner agentPool)
Creates an agent pool for a container registry with the specified parameters.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String agentPoolName)
Deletes a specified agent pool resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String agentPoolName, Context context)
Deletes a specified agent pool resource.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String registryName, String agentPoolName)
Deletes a specified agent pool resource.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<AgentPoolInner>,AgentPoolInner> beginUpdate(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters)
Updates an agent pool with the specified parameters.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<AgentPoolInner>,AgentPoolInner> beginUpdate(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters, Context context)
Updates an agent pool with the specified parameters.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux<PollResult<AgentPoolInner>,AgentPoolInner> beginUpdateAsync(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters)
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<AgentPoolInner> createAsync(String resourceGroupName, String registryName, String agentPoolName, AgentPoolInner agentPool)
Creates an agent pool for a container registry with the specified parameters.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String registryName, String agentPoolName, AgentPoolInner agentPool)
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<Void> deleteAsync(String resourceGroupName, String registryName, String agentPoolName)
Deletes a specified agent pool resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String registryName, String agentPoolName)
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<AgentPoolInner> getAsync(String resourceGroupName, String registryName, String agentPoolName)
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<AgentPoolQueueStatusInner> getQueueStatusAsync(String resourceGroupName, String registryName, String agentPoolName)
Gets the count of queued runs for a given agent pool.
Parameters:
Returns:
getQueueStatusWithResponse
public abstract Response<AgentPoolQueueStatusInner> getQueueStatusWithResponse(String resourceGroupName, String registryName, String agentPoolName, Context context)
Gets the count of queued runs for a given agent pool.
Parameters:
Returns:
getQueueStatusWithResponseAsync
public abstract Mono<Response<AgentPoolQueueStatusInner>> getQueueStatusWithResponseAsync(String resourceGroupName, String registryName, String agentPoolName)
Gets the count of queued runs for a given agent pool.
Parameters:
Returns:
getWithResponse
public abstract Response<AgentPoolInner> getWithResponse(String resourceGroupName, String registryName, String agentPoolName, Context context)
Gets the detailed information for a given agent pool.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<AgentPoolInner>> getWithResponseAsync(String resourceGroupName, String registryName, String agentPoolName)
Gets the detailed information for a given agent pool.
Parameters:
Returns:
list
public abstract PagedIterable<AgentPoolInner> list(String resourceGroupName, String registryName)
Lists all the agent pools for a specified container registry.
Parameters:
Returns:
list
public abstract PagedIterable<AgentPoolInner> list(String resourceGroupName, String registryName, Context context)
Lists all the agent pools for a specified container registry.
Parameters:
Returns:
listAsync
public abstract PagedFlux<AgentPoolInner> listAsync(String resourceGroupName, String registryName)
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<AgentPoolInner> updateAsync(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters)
Updates an agent pool with the specified parameters.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String registryName, String agentPoolName, AgentPoolUpdateParameters updateParameters)
Updates an agent pool with the specified parameters.
Parameters:
Returns: