ApplicationInsightsComponentAnalyticsItemProperties Constructeurs
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.
Surcharges
ApplicationInsightsComponentAnalyticsItemProperties() |
Initialise une nouvelle instance de la classe ApplicationInsightsComponentAnalyticsItemProperties. |
ApplicationInsightsComponentAnalyticsItemProperties(String) |
Initialise une nouvelle instance de la classe ApplicationInsightsComponentAnalyticsItemProperties. |
ApplicationInsightsComponentAnalyticsItemProperties()
Initialise une nouvelle instance de la classe ApplicationInsightsComponentAnalyticsItemProperties.
public ApplicationInsightsComponentAnalyticsItemProperties ();
Public Sub New ()
S’applique à
ApplicationInsightsComponentAnalyticsItemProperties(String)
Initialise une nouvelle instance de la classe ApplicationInsightsComponentAnalyticsItemProperties.
public ApplicationInsightsComponentAnalyticsItemProperties (string functionAlias = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties : string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties
Public Sub New (Optional functionAlias As String = Nothing)
Paramètres
- functionAlias
- String
Alias de fonction, utilisé lorsque le type de l’élément est Function
S’applique à
Azure SDK for .NET