Partilhar via


ProfileResourceFormatCollection.GetAllAsync(String, CancellationToken) Método

Definição

Obtém todo o perfil no hub.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles
  • Operação 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)

Parâmetros

localeCode
String

Localidade do perfil a ser recuperada, o padrão é en-us.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de ProfileResourceFormatResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a