Partager via


ApplicationInsightsComponent Constructeurs

Définition

Surcharges

ApplicationInsightsComponent()

Initialise une nouvelle instance de la classe ApplicationInsightsComponent.

ApplicationInsightsComponent(String, String, String, String, String, String, IDictionary<String,String>, String, String, String, String, String, Nullable<DateTime>, String, String, String, String, Nullable<Double>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, IList<PrivateLinkScopedResource>, String, String)

Initialise une nouvelle instance de la classe ApplicationInsightsComponent.

ApplicationInsightsComponent()

Initialise une nouvelle instance de la classe ApplicationInsightsComponent.

public ApplicationInsightsComponent ();
Public Sub New ()

S’applique à

ApplicationInsightsComponent(String, String, String, String, String, String, IDictionary<String,String>, String, String, String, String, String, Nullable<DateTime>, String, String, String, String, Nullable<Double>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, IList<PrivateLinkScopedResource>, String, String)

Initialise une nouvelle instance de la classe ApplicationInsightsComponent.

public ApplicationInsightsComponent (string location, string kind, string applicationType, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string applicationId = default, string appId = default, string flowType = default, string requestSource = default, string instrumentationKey = default, DateTime? creationDate = default, string tenantId = default, string hockeyAppId = default, string hockeyAppToken = default, string provisioningState = default, double? samplingPercentage = default, string connectionString = default, int? retentionInDays = default, bool? disableIpMasking = default, bool? immediatePurgeDataOn30Days = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.PrivateLinkScopedResource> privateLinkScopedResources = default, string publicNetworkAccessForIngestion = default, string publicNetworkAccessForQuery = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent : string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * Nullable<DateTime> * string * string * string * string * Nullable<double> * string * Nullable<int> * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.PrivateLinkScopedResource> * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent
Public Sub New (location As String, kind As String, applicationType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional applicationId As String = Nothing, Optional appId As String = Nothing, Optional flowType As String = Nothing, Optional requestSource As String = Nothing, Optional instrumentationKey As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional tenantId As String = Nothing, Optional hockeyAppId As String = Nothing, Optional hockeyAppToken As String = Nothing, Optional provisioningState As String = Nothing, Optional samplingPercentage As Nullable(Of Double) = Nothing, Optional connectionString As String = Nothing, Optional retentionInDays As Nullable(Of Integer) = Nothing, Optional disableIpMasking As Nullable(Of Boolean) = Nothing, Optional immediatePurgeDataOn30Days As Nullable(Of Boolean) = Nothing, Optional privateLinkScopedResources As IList(Of PrivateLinkScopedResource) = Nothing, Optional publicNetworkAccessForIngestion As String = Nothing, Optional publicNetworkAccessForQuery As String = Nothing)

Paramètres

location
String

Emplacement de la ressource

kind
String

Type d’application auquel ce composant fait référence, utilisé pour personnaliser l’interface utilisateur. Cette valeur est une chaîne de forme libre. Les valeurs doivent généralement être l’une des suivantes : web, ios, autre, store, java, téléphone.

applicationType
String

Type d’application surveillé. Les valeurs possibles sont les suivantes : 'web', 'other'

id
String

ID de ressource Azure

name
String

Nom de la ressource Azure

type
String

Type de ressource Azure

tags
IDictionary<String,String>

Balises de ressource

applicationId
String

ID unique de votre application. Ce champ reflète le champ « Nom » et ne peut pas être modifié.

appId
String

ID unique Application Insights pour votre application.

flowType
String

Utilisé par le système Application Insights pour déterminer le type de flux par lequel ce composant a été créé. Cette valeur doit être définie sur « Bluefield » lors de la création/mise à jour d’un composant via l’API REST. Les valeurs possibles incluent : « Bluefield »

requestSource
String

Décrit l’outil qui a créé ce composant Application Insights. Les clients qui utilisent cette API doivent définir cette valeur sur « rest » par défaut. Les valeurs possibles incluent : « rest »

instrumentationKey
String

Clé d’instrumentation 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.

creationDate
Nullable<DateTime>

Date de création du composant Application Insights, au format ISO 8601.

tenantId
String

ID de locataire Azure.

hockeyAppId
String

ID d’application unique créé lors de l’ajout d’une application à HockeyApp, utilisé pour les communications avec HockeyApp.

hockeyAppToken
String

Jeton utilisé pour authentifier les communications avec Application Insights et HockeyApp.

provisioningState
String

État actuel de ce composant : indique si a été provisionné ou non dans le groupe de ressources qu’il est défini. Les utilisateurs ne peuvent pas modifier cette valeur, mais peuvent la lire. Les valeurs incluent Réussi, Déploiement, Annulé et Échec.

samplingPercentage
Nullable<Double>

Pourcentage des données produites par l’application surveillée et échantillonnées pour les données de télémétrie Application Insights.

connectionString
String

Chaîne de connexion du composant Application Insights.

retentionInDays
Nullable<Int32>

Période de rétention en jours.

disableIpMasking
Nullable<Boolean>

Désactivez le masquage IP.

immediatePurgeDataOn30Days
Nullable<Boolean>

Vider les données immédiatement après 30 jours.

privateLinkScopedResources
IList<PrivateLinkScopedResource>

Liste des ressources d’étendue de liaison privée liées.

publicNetworkAccessForIngestion
String

Type d’accès réseau pour accéder à l’ingestion Application Insights. Les valeurs possibles sont les suivantes : 'Enabled', 'Disabled'

publicNetworkAccessForQuery
String

Type d’accès réseau pour accéder à la requête Application Insights. Les valeurs possibles sont les suivantes : 'Enabled', 'Disabled'

S’applique à