Freigeben über


ViewResourceFormatCollection.GetAllAsync(String, CancellationToken) Methode

Definition

Ruft alle verfügbaren Ansichten für den angegebenen Benutzer im angegebenen Hub ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views
  • Vorgang IdViews_ListByHub
public virtual Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource> GetAllAsync (string userId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>
Public Overridable Function GetAllAsync (userId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ViewResourceFormatResource)

Parameter

userId
String

Die Benutzer-ID. Verwenden Sie * zum Abrufen von Ansichten auf Hubebene.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ViewResourceFormatResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Ausnahmen

userId ist NULL.

Gilt für: