Partager via


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

S’applique à