MockableMonitorWorkspacesSubscriptionResource.GetMonitorWorkspacesAsync Method

Definition

Lists all Azure Monitor Workspaces in the specified subscription

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Monitor/accounts.
  • Operation Id. : AzureMonitorWorkspaces_ListBySubscription.
  • Default Api Version. : 2025-10-03.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Monitor.Workspaces.MonitorWorkspaceResource> GetMonitorWorkspacesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetMonitorWorkspacesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Workspaces.MonitorWorkspaceResource>
override this.GetMonitorWorkspacesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Workspaces.MonitorWorkspaceResource>
Public Overridable Function GetMonitorWorkspacesAsync (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