MockableGrafanaSubscriptionResource.GetManagedGrafanas Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List all resources of workspaces for Grafana under the specified subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Dashboard/grafana
- Operation Id: Grafana_List
public virtual Azure.Pageable<Azure.ResourceManager.Grafana.ManagedGrafanaResource> GetManagedGrafanas (System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedGrafanas : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Grafana.ManagedGrafanaResource>
override this.GetManagedGrafanas : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Grafana.ManagedGrafanaResource>
Public Overridable Function GetManagedGrafanas (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedGrafanaResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ManagedGrafanaResource that may take multiple service requests to iterate over.