Freigeben über


InteractionResourceFormatCollection.GetAllAsync Methode

Definition

Ruft alle Interaktionen im Hub ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/interactions
  • Vorgangs-IdInteractions_ListByHub
public virtual Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource> GetAllAsync (string localeCode = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource>
Public Overridable Function GetAllAsync (Optional localeCode As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of InteractionResourceFormatResource)

Parameter

localeCode
String

Gebietsschema der abzurufenden Interaktion. Der Standardwert ist en-us.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von InteractionResourceFormatResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: