Partager via


ViewResourceFormatCollection.Get(String, String, CancellationToken) Méthode

Définition

Obtient une vue dans le hub.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}
  • IdViews_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource> Get (string viewName, string userId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>
override this.Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>
Public Overridable Function Get (viewName As String, userId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ViewResourceFormatResource)

Paramètres

viewName
String

Nom de la vue.

userId
String

Identificateur utilisateur. Utilisez * pour récupérer l’affichage au niveau du hub.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

viewName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

viewName ou userId est null.

S’applique à