ApplicationInsightsComponent.InstrumentationKey Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la clé d’instrumentation d’application Insights. Valeur en lecture seule que les applications peuvent utiliser pour identifier la destination de toutes les données de télémétrie envoyées à Azure Application Insights. Cette valeur sera fournie lors de la construction de chaque nouveau composant Application Insights.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.InstrumentationKey")]
public string InstrumentationKey { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.InstrumentationKey")>]
member this.InstrumentationKey : string
Public ReadOnly Property InstrumentationKey As String
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET