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

ApplicationInsightsComponentAPIKey 类

定义

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

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

构造函数

ApplicationInsightsComponentAPIKey()

初始化 ApplicationInsightsComponentAPIKey 类的新实例。

ApplicationInsightsComponentAPIKey(String, String, String, String, IList<String>, IList<String>)

初始化 ApplicationInsightsComponentAPIKey 类的新实例。

属性

ApiKey

获取 API 密钥值。 创建 API 密钥时,它只会返回一次。

CreatedDate

获取或设置此 API 密钥的创建日期。

Id

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

LinkedReadProperties

获取或设置此 API 密钥的读取访问权限。

LinkedWriteProperties

获取或设置此 API 密钥的写入访问权限。

Name

获取或设置 API 密钥的名称。

适用于