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

AppInsightsReference 构造函数

定义

重载

AppInsightsReference()

初始化 AppInsightsReference 类的新实例。

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

初始化 AppInsightsReference 类的新实例。

AppInsightsReference()

初始化 AppInsightsReference 类的新实例。

public AppInsightsReference ();
Public Sub New ()

适用于

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

初始化 AppInsightsReference 类的新实例。

public AppInsightsReference (Microsoft.Azure.Management.BatchAI.Models.ResourceId component, string instrumentationKey = default, Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference instrumentationKeySecretReference = default);
new Microsoft.Azure.Management.BatchAI.Models.AppInsightsReference : Microsoft.Azure.Management.BatchAI.Models.ResourceId * string * Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference -> Microsoft.Azure.Management.BatchAI.Models.AppInsightsReference
Public Sub New (component As ResourceId, Optional instrumentationKey As String = Nothing, Optional instrumentationKeySecretReference As KeyVaultSecretReference = Nothing)

参数

component
ResourceId

组件 ID。

instrumentationKey
String

检测密钥。

instrumentationKeySecretReference
KeyVaultSecretReference

检测密钥 KeyVault 机密参考。

适用于