PipelineGroupCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all workspaces in the specified resource group

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/pipelineGroups.
  • Operation Id. : PipelineGroups_ListByResourceGroup.
  • Default Api Version. : 2026-04-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Monitor.PipelineGroups.PipelineGroupResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.PipelineGroups.PipelineGroupResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.PipelineGroups.PipelineGroupResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PipelineGroupResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to