Compartir a través de


ProfileResourceFormatResource.GetAsync(String, CancellationToken) Método

Definición

Obtiene información sobre el perfil especificado.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}
  • IdProfiles_Get de operaciones
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))

Parámetros

localeCode
String

Configuración regional del perfil que se va a recuperar, el valor predeterminado es en-us.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Se aplica a