Partager via


ApplicationInsightsComponentData(AzureLocation, String) Constructeur

Définition

Initialise une nouvelle instance d’ApplicationInsightsComponentData.

public ApplicationInsightsComponentData (Azure.Core.AzureLocation location, string kind);
new Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentData : Azure.Core.AzureLocation * string -> Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentData
Public Sub New (location As AzureLocation, kind As String)

Paramètres

location
AzureLocation

Emplacement.

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, other, store, java, phone.

Exceptions

kind a la valeur null.

S’applique à