HubResource.GetProfileResourceFormatAsync 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 des informations sur le profil spécifié.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}
- IdProfiles_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatResource>> GetProfileResourceFormatAsync (string profileName, string localeCode = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProfileResourceFormatAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatResource>>
override this.GetProfileResourceFormatAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatResource>>
Public Overridable Function GetProfileResourceFormatAsync (profileName As String, Optional localeCode As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ProfileResourceFormatResource))
Paramètres
- profileName
- String
Nom du profil.
- localeCode
- String
Paramètres régionaux du profil à récupérer, la valeur par défaut est en-us.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
profileName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
profileName
a la valeur null.