ArmApplicationInsightsModelFactory.ApplicationInsightsComponentFeatureCapabilities Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Whether allow to use continuous export feature.
- burstThrottlePolicy
- String
Reserved, not used now.
- metadataClass
- String
Reserved, not used now.
- apiAccessLevel
- String
Reserved, not used now.
- trackingType
- String
The application insights component used tracking type.
Returns
A new ApplicationInsightsComponentFeatureCapabilities instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET