Freigeben über


ApplicationInsightsComponentFeatureCapabilities Konstruktoren

Definition

Überlädt

ApplicationInsightsComponentFeatureCapabilities()

Initialisiert eine neue instance der ApplicationInsightsComponentFeatureCapabilities-Klasse.

ApplicationInsightsComponentFeatureCapabilities(Nullable<Boolean>, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, String, Nullable<Double>, Nullable<Double>, Nullable<Double>)

Initialisiert eine neue instance der ApplicationInsightsComponentFeatureCapabilities-Klasse.

ApplicationInsightsComponentFeatureCapabilities()

Initialisiert eine neue instance der ApplicationInsightsComponentFeatureCapabilities-Klasse.

public ApplicationInsightsComponentFeatureCapabilities ();
Public Sub New ()

Gilt für:

ApplicationInsightsComponentFeatureCapabilities(Nullable<Boolean>, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, String, Nullable<Double>, Nullable<Double>, Nullable<Double>)

Initialisiert eine neue instance der ApplicationInsightsComponentFeatureCapabilities-Klasse.

public ApplicationInsightsComponentFeatureCapabilities (bool? supportExportData = default, string burstThrottlePolicy = default, string metadataClass = default, bool? liveStreamMetrics = default, bool? applicationMap = default, bool? workItemIntegration = default, bool? powerBIIntegration = default, bool? openSchema = default, bool? proactiveDetection = default, bool? analyticsIntegration = default, bool? multipleStepWebTest = default, string apiAccessLevel = default, string trackingType = default, double? dailyCap = default, double? dailyCapResetTime = default, double? throttleRate = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeatureCapabilities : Nullable<bool> * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * string * Nullable<double> * Nullable<double> * Nullable<double> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeatureCapabilities
Public Sub New (Optional supportExportData As Nullable(Of Boolean) = Nothing, Optional burstThrottlePolicy As String = Nothing, Optional metadataClass As String = Nothing, Optional liveStreamMetrics As Nullable(Of Boolean) = Nothing, Optional applicationMap As Nullable(Of Boolean) = Nothing, Optional workItemIntegration As Nullable(Of Boolean) = Nothing, Optional powerBIIntegration As Nullable(Of Boolean) = Nothing, Optional openSchema As Nullable(Of Boolean) = Nothing, Optional proactiveDetection As Nullable(Of Boolean) = Nothing, Optional analyticsIntegration As Nullable(Of Boolean) = Nothing, Optional multipleStepWebTest As Nullable(Of Boolean) = Nothing, Optional apiAccessLevel As String = Nothing, Optional trackingType As String = Nothing, Optional dailyCap As Nullable(Of Double) = Nothing, Optional dailyCapResetTime As Nullable(Of Double) = Nothing, Optional throttleRate As Nullable(Of Double) = Nothing)

Parameter

supportExportData
Nullable<Boolean>

Gibt an, ob die Verwendung des Features für kontinuierlichen Export zulässig ist.

burstThrottlePolicy
String

Reserviert, jetzt nicht verwendet.

metadataClass
String

Reserviert, jetzt nicht verwendet.

liveStreamMetrics
Nullable<Boolean>

Reserviert, jetzt nicht verwendet.

applicationMap
Nullable<Boolean>

Reserviert, jetzt nicht verwendet.

workItemIntegration
Nullable<Boolean>

Gibt an, ob die Funktion zur Integration von Arbeitselementen zulässig ist.

powerBIIntegration
Nullable<Boolean>

Reserviert, jetzt nicht verwendet.

openSchema
Nullable<Boolean>

Reserviert, jetzt nicht verwendet.

proactiveDetection
Nullable<Boolean>

Reserviert, jetzt nicht verwendet.

analyticsIntegration
Nullable<Boolean>

Reserviert, jetzt nicht verwendet.

multipleStepWebTest
Nullable<Boolean>

Gibt an, ob das Webtestfeature mehrere Schritte verwendet werden kann.

apiAccessLevel
String

Reserviert, jetzt nicht verwendet.

trackingType
String

Die application insights-Komponente, die den Nachverfolgungstyp verwendet.

dailyCap
Nullable<Double>

Tägliche Datenvolumenobergrenze in GB.

dailyCapResetTime
Nullable<Double>

Tägliche Datenvolumenobergrenze UTC-Zurücksetzungsstunde.

throttleRate
Nullable<Double>

Reserviert, jetzt nicht verwendet.

Gilt für: