AppInsightsReference.InstrumentationKeySecretReference 속성

정의

계측 키 KeyVault 비밀 참조를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="instrumentationKeySecretReference")]
public Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference InstrumentationKeySecretReference { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="instrumentationKeySecretReference")>]
member this.InstrumentationKeySecretReference : Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference with get, set
Public Property InstrumentationKeySecretReference As KeyVaultSecretReference

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

Azure 애플리케이션 Insights 계측 키가 포함된 KeyVault 저장소 및 비밀입니다. instrumentationKey 또는 instrumentationKeySecretReference 중 하나를 지정해야 합니다.

적용 대상