ApplicationInsightsComponentAnalyticsItem Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ApplicationInsightsComponentAnalyticsItem() |
Initialisiert eine neue instance der ApplicationInsightsComponentAnalyticsItem-Klasse. |
ApplicationInsightsComponentAnalyticsItem(String, String, String, String, String, String, String, String, ApplicationInsightsComponentAnalyticsItemProperties) |
Initialisiert eine neue instance der ApplicationInsightsComponentAnalyticsItem-Klasse. |
ApplicationInsightsComponentAnalyticsItem()
Initialisiert eine neue instance der ApplicationInsightsComponentAnalyticsItem-Klasse.
public ApplicationInsightsComponentAnalyticsItem ();
Public Sub New ()
Gilt für:
ApplicationInsightsComponentAnalyticsItem(String, String, String, String, String, String, String, String, ApplicationInsightsComponentAnalyticsItemProperties)
Initialisiert eine neue instance der ApplicationInsightsComponentAnalyticsItem-Klasse.
public ApplicationInsightsComponentAnalyticsItem (string id = default, string name = default, string content = default, string version = default, string scope = default, string type = default, string timeCreated = default, string timeModified = default, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties properties = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem : string * string * string * string * string * string * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional content As String = Nothing, Optional version As String = Nothing, Optional scope As String = Nothing, Optional type As String = Nothing, Optional timeCreated As String = Nothing, Optional timeModified As String = Nothing, Optional properties As ApplicationInsightsComponentAnalyticsItemProperties = Nothing)
Parameter
- id
- String
Intern zugewiesene eindeutige ID der Elementdefinition.
- name
- String
Der benutzerdefinierte Name des Elements.
- content
- String
Der Inhalt dieses Elements
- version
- String
Diese instance Version des Datenmodells. Dies kann sich ändern, wenn neue Features hinzugefügt werden.
- scope
- String
Enumeration, die angibt, ob diese Elementdefinition einem bestimmten Benutzer gehört oder von allen Benutzern mit Zugriff auf die Application Insights-Komponente gemeinsam genutzt wird. Mögliche Werte: "shared", "user"
- type
- String
Enumeration, die den Typ des Analytics-Elements angibt. Mögliche Werte: "query", "function", "folder", "recent"
- timeCreated
- String
Datum und Uhrzeit in UTC, als dieses Element erstellt wurde.
- timeModified
- String
Datum und Uhrzeit in UTC der letzten Änderung, die an diesem Element vorgenommen wurde.
Gilt für:
Azure SDK for .NET