Partager via


ProfileResourceFormatCollection.GetAll(String, CancellationToken) Méthode

Définition

Obtient tout le profil dans le hub.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles
  • Opération 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)

Paramètres

localeCode
String

Paramètres régionaux du profil à récupérer, la valeur par défaut est en-us.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de ProfileResourceFormatResource qui peut nécessiter plusieurs demandes de service pour itérer.

S’applique à