Share via


AppInsightsReference.InstrumentationKeySecretReference Property

Definition

Gets or sets instrumentation key KeyVault Secret reference.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

KeyVault Store and Secret which contains Azure Application Insights instrumentation key. One of instrumentationKey or instrumentationKeySecretReference must be specified.

Applies to