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

ApplicationInsightsComponentAPIKey 类

定义

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

public class ApplicationInsightsComponentAPIKey
type ApplicationInsightsComponentAPIKey = class
Public Class ApplicationInsightsComponentAPIKey
继承
ApplicationInsightsComponentAPIKey

属性

ApiKey

API 密钥值。 它仅在创建 API 密钥时返回一次。

CreatedDate

此 API 密钥的创建日期。

Id

Application Insights 组件中 API 密钥的唯一 ID。 它是在创建 API 密钥时自动生成的。

LinkedReadProperties

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

LinkedWriteProperties

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

Name

API 密钥的名称。

适用于