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

ApplicationInsightsComponentAPIKey interface

定义 Application Insights 组件的 API 密钥的属性。

属性

apiKey

API 密钥值。 仅当创建 API 密钥时,才会返回一次。 注意:此属性不会序列化。 它只能由服务器填充。

createdDate

此 API 密钥的创建日期。

id

Application Insights 组件中 API 密钥的唯一 ID。 创建 API 密钥时,会自动生成它。 注意:此属性不会序列化。 它只能由服务器填充。

linkedReadProperties

此 API 密钥的读取访问权限。

linkedWriteProperties

此 API 密钥的写入访问权限。

name

API 密钥的名称。

属性详细信息

apiKey

API 密钥值。 仅当创建 API 密钥时,才会返回一次。 注意:此属性不会序列化。 它只能由服务器填充。

apiKey?: string

属性值

string

createdDate

此 API 密钥的创建日期。

createdDate?: string

属性值

string

id

Application Insights 组件中 API 密钥的唯一 ID。 创建 API 密钥时,会自动生成它。 注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

linkedReadProperties

此 API 密钥的读取访问权限。

linkedReadProperties?: string[]

属性值

string[]

linkedWriteProperties

此 API 密钥的写入访问权限。

linkedWriteProperties?: string[]

属性值

string[]

name

API 密钥的名称。

name?: string

属性值

string