BuildServiceAgentPoolsClient Interface

public interface BuildServiceAgentPoolsClient

An instance of this class provides access to all the operations defined in BuildServiceAgentPoolsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<BuildServiceAgentPoolResourceInner>,BuildServiceAgentPoolResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource)

Create or update build service agent pool.

abstract SyncPoller<PollResult<BuildServiceAgentPoolResourceInner>,BuildServiceAgentPoolResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource, Context context)

Create or update build service agent pool.

abstract PollerFlux<PollResult<BuildServiceAgentPoolResourceInner>,BuildServiceAgentPoolResourceInner> beginUpdatePutAsync(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource)

Create or update build service agent pool.

abstract BuildServiceAgentPoolResourceInner get(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName)

Get build service agent pool.

abstract Mono<BuildServiceAgentPoolResourceInner> getAsync(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName)

Get build service agent pool.

abstract Response<BuildServiceAgentPoolResourceInner> getWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, Context context)

Get build service agent pool.

abstract Mono<Response<BuildServiceAgentPoolResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName)

Get build service agent pool.

abstract PagedIterable<BuildServiceAgentPoolResourceInner> list(String resourceGroupName, String serviceName, String buildServiceName)

List build service agent pool.

abstract PagedIterable<BuildServiceAgentPoolResourceInner> list(String resourceGroupName, String serviceName, String buildServiceName, Context context)

List build service agent pool.

abstract PagedFlux<BuildServiceAgentPoolResourceInner> listAsync(String resourceGroupName, String serviceName, String buildServiceName)

List build service agent pool.

abstract BuildServiceAgentPoolResourceInner updatePut(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource)

Create or update build service agent pool.

abstract BuildServiceAgentPoolResourceInner updatePut(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource, Context context)

Create or update build service agent pool.

abstract Mono<BuildServiceAgentPoolResourceInner> updatePutAsync(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource)

Create or update build service agent pool.

abstract Mono<Response<Flux<ByteBuffer>>> updatePutWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource)

Create or update build service agent pool.

Method Details

beginUpdatePut

public abstract SyncPoller,BuildServiceAgentPoolResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource)

Create or update build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
agentPoolName - The name of the build service agent pool resource.
agentPoolResource - Parameters for the update operation.

Returns:

the SyncPoller<T,U> for polling of the build service agent pool resource.

beginUpdatePut

public abstract SyncPoller,BuildServiceAgentPoolResourceInner> beginUpdatePut(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource, Context context)

Create or update build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
agentPoolName - The name of the build service agent pool resource.
agentPoolResource - Parameters for the update operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of the build service agent pool resource.

beginUpdatePutAsync

public abstract PollerFlux,BuildServiceAgentPoolResourceInner> beginUpdatePutAsync(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource)

Create or update build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
agentPoolName - The name of the build service agent pool resource.
agentPoolResource - Parameters for the update operation.

Returns:

the PollerFlux<T,U> for polling of the build service agent pool resource.

get

public abstract BuildServiceAgentPoolResourceInner get(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName)

Get build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
agentPoolName - The name of the build service agent pool resource.

Returns:

build service agent pool.

getAsync

public abstract Mono getAsync(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName)

Get build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
agentPoolName - The name of the build service agent pool resource.

Returns:

build service agent pool on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, Context context)

Get build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
agentPoolName - The name of the build service agent pool resource.
context - The context to associate with this operation.

Returns:

build service agent pool along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName)

Get build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
agentPoolName - The name of the build service agent pool resource.

Returns:

build service agent pool along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName, String buildServiceName)

List build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.

Returns:

object that includes an array of build service agent pool resources and a possible link for next set as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String serviceName, String buildServiceName, Context context)

List build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
context - The context to associate with this operation.

Returns:

object that includes an array of build service agent pool resources and a possible link for next set as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String serviceName, String buildServiceName)

List build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.

Returns:

object that includes an array of build service agent pool resources and a possible link for next set as paginated response with PagedFlux<T>.

updatePut

public abstract BuildServiceAgentPoolResourceInner updatePut(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource)

Create or update build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
agentPoolName - The name of the build service agent pool resource.
agentPoolResource - Parameters for the update operation.

Returns:

the build service agent pool resource.

updatePut

public abstract BuildServiceAgentPoolResourceInner updatePut(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource, Context context)

Create or update build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
agentPoolName - The name of the build service agent pool resource.
agentPoolResource - Parameters for the update operation.
context - The context to associate with this operation.

Returns:

the build service agent pool resource.

updatePutAsync

public abstract Mono updatePutAsync(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource)

Create or update build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
agentPoolName - The name of the build service agent pool resource.
agentPoolResource - Parameters for the update operation.

Returns:

the build service agent pool resource on successful completion of Mono.

updatePutWithResponseAsync

public abstract Mono>> updatePutWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName, String agentPoolName, BuildServiceAgentPoolResourceInner agentPoolResource)

Create or update build service agent pool.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serviceName - The name of the Service resource.
buildServiceName - The name of the build service resource.
agentPoolName - The name of the build service agent pool resource.
agentPoolResource - Parameters for the update operation.

Returns:

the build service agent pool resource along with Response<T> on successful completion of Mono.

Applies to