Partilhar via


ProfileResourceFormatCollection.GetAll(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.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)

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 de ProfileResourceFormatResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a