HubResource.GetViewResourceFormatAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une vue dans le hub.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/views/{viewName}
- Opération IdViews_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>> GetViewResourceFormatAsync (string viewName, string userId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetViewResourceFormatAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>>
override this.GetViewResourceFormatAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ViewResourceFormatResource>>
Public Overridable Function GetViewResourceFormatAsync (viewName As String, userId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ViewResourceFormatResource))
Paramètres
- viewName
- String
Nom de la vue.
- userId
- String
Identificateur utilisateur. Utilisez * pour récupérer la vue au niveau du hub.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
viewName
est une chaîne vide et devait être non vide.
viewName
ou userId
est null.