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

ApplicationInsightsComponentAPIKey 构造函数

定义

重载

ApplicationInsightsComponentAPIKey()

初始化 ApplicationInsightsComponentAPIKey 类的新实例。

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

初始化 ApplicationInsightsComponentAPIKey 类的新实例。

ApplicationInsightsComponentAPIKey()

初始化 ApplicationInsightsComponentAPIKey 类的新实例。

public ApplicationInsightsComponentAPIKey ();
Public Sub New ()

适用于

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

初始化 ApplicationInsightsComponentAPIKey 类的新实例。

public ApplicationInsightsComponentAPIKey (string id = default, string apiKey = default, string createdDate = default, string name = default, System.Collections.Generic.IList<string> linkedReadProperties = default, System.Collections.Generic.IList<string> linkedWriteProperties = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey
Public Sub New (Optional id As String = Nothing, Optional apiKey As String = Nothing, Optional createdDate As String = Nothing, Optional name As String = Nothing, Optional linkedReadProperties As IList(Of String) = Nothing, Optional linkedWriteProperties As IList(Of String) = Nothing)

参数

id
String

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

apiKey
String

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

createdDate
String

此 API 密钥的创建日期。

name
String

API 密钥的名称。

linkedReadProperties
IList<String>

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

linkedWriteProperties
IList<String>

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

适用于