Freigeben über


ProfileResourceFormatCollection.GetAll(String, CancellationToken) Methode

Definition

Ruft das gesamte Profil im Hub ab.

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

Parameter

localeCode
String

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von ProfileResourceFormatResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: