Language

ManagedDashboardCollection.GetAllAsync(CancellationToken) Method

Definition

List all resources of dashboards under the specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/dashboards
  • Operation Id: ManagedDashboard_List
  • Default Api Version: 2025-08-01
  • Resource: ManagedDashboardResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Grafana.ManagedDashboardResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Grafana.ManagedDashboardResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Grafana.ManagedDashboardResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedDashboardResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ManagedDashboardResource that may take multiple service requests to iterate over.

Applies to