MonitorWorkspaceCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all Azure Monitor Workspaces in the specified resource group

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Monitor/accounts.
  • Operation Id. : AzureMonitorWorkspaces_ListByResourceGroup.
  • Default Api Version. : 2025-10-03.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Monitor.Workspaces.MonitorWorkspaceResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Workspaces.MonitorWorkspaceResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Workspaces.MonitorWorkspaceResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MonitorWorkspaceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to