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 にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET