Freigeben über


InteractionResourceFormatCollection.GetAll(String, CancellationToken) 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.Pageable<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource> GetAll (string localeCode = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CustomerInsights.InteractionResourceFormatResource>
Public Overridable Function GetAll (Optional localeCode As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of InteractionResourceFormatResource)

Parameter

localeCode
String

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von InteractionResourceFormatResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: