你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmApplicationInsightsModelFactory.ApplicationInsightsComponentAPIKey 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ApplicationInsightsComponentAPIKey 的新实例。
public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey ApplicationInsightsComponentAPIKey (string id = default, string apiKey = default, string createdDate = default, string name = default, System.Collections.Generic.IEnumerable<string> linkedReadProperties = default, System.Collections.Generic.IEnumerable<string> linkedWriteProperties = default);
static member ApplicationInsightsComponentAPIKey : string * string * string * string * seq<string> * seq<string> -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey
Public Shared Function ApplicationInsightsComponentAPIKey (Optional id As String = Nothing, Optional apiKey As String = Nothing, Optional createdDate As String = Nothing, Optional name As String = Nothing, Optional linkedReadProperties As IEnumerable(Of String) = Nothing, Optional linkedWriteProperties As IEnumerable(Of String) = Nothing) As ApplicationInsightsComponentAPIKey
参数
- id
- String
Application Insights 组件中 API 密钥的唯一 ID。 它是在创建 API 密钥时自动生成的。
- apiKey
- String
API 密钥值。 它仅在创建 API 密钥时返回一次。
- createdDate
- String
此 API 密钥的创建日期。
- name
- String
API 密钥的名称。
- linkedReadProperties
- IEnumerable<String>
此 API 密钥的读取访问权限。
- linkedWriteProperties
- IEnumerable<String>
此 API 密钥的写入访问权限。
返回
用于模拟的新 ApplicationInsightsComponentAPIKey 实例。