Freigeben über


GrafanaExtensions.GetManagedGrafanas Methode

Definition

Überlädt

GetManagedGrafanas(ResourceGroupResource)

Ruft eine Auflistung von ManagedGrafanaResources in resourceGroupResource ab.

GetManagedGrafanas(SubscriptionResource, CancellationToken)

Listet alle Ressourcen von Arbeitsbereichen für Grafana unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Dashboard/grafana
  • Vorgang IdGrafana_List

GetManagedGrafanas(ResourceGroupResource)

Ruft eine Auflistung von ManagedGrafanaResources in resourceGroupResource ab.

public static Azure.ResourceManager.Grafana.ManagedGrafanaCollection GetManagedGrafanas (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetManagedGrafanas : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Grafana.ManagedGrafanaCollection
<Extension()>
Public Function GetManagedGrafanas (resourceGroupResource As ResourceGroupResource) As ManagedGrafanaCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von ManagedGrafanaResources und deren Vorgänge über eine ManagedGrafanaResource darstellt.

Gilt für:

GetManagedGrafanas(SubscriptionResource, CancellationToken)

Listet alle Ressourcen von Arbeitsbereichen für Grafana unter dem angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Dashboard/grafana
  • Vorgang IdGrafana_List
public static Azure.Pageable<Azure.ResourceManager.Grafana.ManagedGrafanaResource> GetManagedGrafanas (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedGrafanas : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Grafana.ManagedGrafanaResource>
<Extension()>
Public Function GetManagedGrafanas (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedGrafanaResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der ManagedGrafanaResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: