共用方式為


ApplicationInsightsComponentFeatureCapabilities Constructors

Definition

Overloads

ApplicationInsightsComponentFeatureCapabilities()

Initializes a new instance of the ApplicationInsightsComponentFeatureCapabilities class.

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>)

Initializes a new instance of the ApplicationInsightsComponentFeatureCapabilities class.

ApplicationInsightsComponentFeatureCapabilities()

Initializes a new instance of the ApplicationInsightsComponentFeatureCapabilities class.

public ApplicationInsightsComponentFeatureCapabilities ();
Public Sub New ()

Applies to

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>)

Initializes a new instance of the ApplicationInsightsComponentFeatureCapabilities class.

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)

Parameters

supportExportData
Nullable<Boolean>

Whether allow to use continuous export feature.

burstThrottlePolicy
String

Reserved, not used now.

metadataClass
String

Reserved, not used now.

liveStreamMetrics
Nullable<Boolean>

Reserved, not used now.

applicationMap
Nullable<Boolean>

Reserved, not used now.

workItemIntegration
Nullable<Boolean>

Whether allow to use work item integration feature.

powerBIIntegration
Nullable<Boolean>

Reserved, not used now.

openSchema
Nullable<Boolean>

Reserved, not used now.

proactiveDetection
Nullable<Boolean>

Reserved, not used now.

analyticsIntegration
Nullable<Boolean>

Reserved, not used now.

multipleStepWebTest
Nullable<Boolean>

Whether allow to use multiple steps web test feature.

apiAccessLevel
String

Reserved, not used now.

trackingType
String

The application insights component used tracking type.

dailyCap
Nullable<Double>

Daily data volume cap in GB.

dailyCapResetTime
Nullable<Double>

Daily data volume cap UTC reset hour.

throttleRate
Nullable<Double>

Reserved, not used now.

Applies to