Partilhar via


ViewResourceFormatCollection.GetAll(String, CancellationToken) Método

Definição

Obtém todas as exibições disponíveis para determinado usuário no hub especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views
  • IdViews_ListByHub de operação
public virtual Azure.Pageable<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource> GetAll (string userId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>
Public Overridable Function GetAll (userId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ViewResourceFormatResource)

Parâmetros

userId
String

A ID do usuário. Use * para recuperar exibições no nível do hub.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de ViewResourceFormatResource que pode levar várias solicitações de serviço para iterar.

Exceções

userId é nulo.

Aplica-se a