Partager via


ProfileResourceFormatResource.GetAsync(String, CancellationToken) Méthode

Définition

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>> GetAsync (string localeCode = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatResource>>
Public Overridable Function GetAsync (Optional localeCode As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ProfileResourceFormatResource))

Paramètres

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

S’applique à