Share via


ArmApplicationInsightsModelFactory.ApplicationInsightsComponentFeatureCapabilities Method

Definition

Initializes a new instance of ApplicationInsightsComponentFeatureCapabilities.

public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapabilities ApplicationInsightsComponentFeatureCapabilities (bool? isExportDataSupported = 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, float? dailyCap = default, float? dailyCapResetTime = default, float? throttleRate = default);
public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapabilities 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, float? dailyCap = default, float? dailyCapResetTime = default, float? throttleRate = default);
static member ApplicationInsightsComponentFeatureCapabilities : Nullable<bool> * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * string * Nullable<single> * Nullable<single> * Nullable<single> -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapabilities
static member ApplicationInsightsComponentFeatureCapabilities : Nullable<bool> * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * string * Nullable<single> * Nullable<single> * Nullable<single> -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapabilities
Public Shared Function ApplicationInsightsComponentFeatureCapabilities (Optional isExportDataSupported 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 Single) = Nothing, Optional dailyCapResetTime As Nullable(Of Single) = Nothing, Optional throttleRate As Nullable(Of Single) = Nothing) As ApplicationInsightsComponentFeatureCapabilities
Public Shared Function ApplicationInsightsComponentFeatureCapabilities (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 Single) = Nothing, Optional dailyCapResetTime As Nullable(Of Single) = Nothing, Optional throttleRate As Nullable(Of Single) = Nothing) As ApplicationInsightsComponentFeatureCapabilities

Parameters

isExportDataSupportedsupportExportData
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<Single>

Daily data volume cap in GB.

dailyCapResetTime
Nullable<Single>

Daily data volume cap UTC reset hour.

throttleRate
Nullable<Single>

Reserved, not used now.

Returns

A new ApplicationInsightsComponentFeatureCapabilities instance for mocking.

Applies to