AppPlatformBuildServiceAgentPoolCollection.GetAll(CancellationToken) Method

Definition

List build service agent pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/agentPools
  • Operation Id: BuildServiceAgentPool_List
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformBuildServiceAgentPoolResource
public virtual Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformBuildServiceAgentPoolResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of AppPlatformBuildServiceAgentPoolResource that may take multiple service requests to iterate over.

Applies to