你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HubResource.GetProfileResourceFormat 方法

定义

获取有关指定配置文件的信息。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}
  • 操作IdProfiles_Get
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)

参数

profileName
String

配置文件的名称。

localeCode
String

要检索的配置文件的区域设置,默认值为 en-us。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

profileName 是一个空字符串,预期为非空。

profileName 为 null。

适用于