Freigeben über


ArmApplicationInsightsModelFactory.ApplicationInsightsComponentAnalyticsItem Methode

Definition

Initialisiert eine neue instance von ApplicationInsightsComponentAnalyticsItem.

public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem ApplicationInsightsComponentAnalyticsItem (string id = default, string name = default, string content = default, string version = default, Azure.ResourceManager.ApplicationInsights.Models.ItemScope? scope = default, Azure.ResourceManager.ApplicationInsights.Models.ItemType? itemType = default, string timeCreated = default, string timeModified = default, string applicationInsightsComponentAnalyticsItemFunctionAlias = default);
static member ApplicationInsightsComponentAnalyticsItem : string * string * string * string * Nullable<Azure.ResourceManager.ApplicationInsights.Models.ItemScope> * Nullable<Azure.ResourceManager.ApplicationInsights.Models.ItemType> * string * string * string -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem
Public Shared Function ApplicationInsightsComponentAnalyticsItem (Optional id As String = Nothing, Optional name As String = Nothing, Optional content As String = Nothing, Optional version As String = Nothing, Optional scope As Nullable(Of ItemScope) = Nothing, Optional itemType As Nullable(Of ItemType) = Nothing, Optional timeCreated As String = Nothing, Optional timeModified As String = Nothing, Optional applicationInsightsComponentAnalyticsItemFunctionAlias As String = Nothing) As ApplicationInsightsComponentAnalyticsItem

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
Nullable<ItemScope>

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.

itemType
Nullable<ItemType>

Enumeration, die den Typ des Analytics-Elements angibt.

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.

applicationInsightsComponentAnalyticsItemFunctionAlias
String

Ein Satz von Eigenschaften, die im Kontext eines bestimmten Elementtyps definiert werden können. Jeder Typ kann über eigene Eigenschaften verfügen.

Gibt zurück

Eine neue ApplicationInsightsComponentAnalyticsItem instance zum Simulieren.

Gilt für: