Freigeben über


ProfileResourceFormatCollection.GetAllAsync(String, CancellationToken) Methode

Definition

Ruft das gesamte Profil im Hub ab.

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

Parameter

localeCode
String

Gebietsschema des abzurufenden Profils. Der Standardwert ist en-us.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: