Partager via


ProfileResourceFormatCollection.GetAsync Méthode

Définition

Obtient des informations sur le profil spécifié.

  • Chemin de la demande/subscriptions/{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>> GetAsync (string profileName, string localeCode = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatResource>>
override this.GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatResource>>
Public Overridable Function GetAsync (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 devait être non vide.

profileName a la valeur null.

S’applique à