ApplicationInsightsComponentFeatureCapabilities Class
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.
An Application Insights component feature capabilities
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentFeatureCapabilitiesTypeConverter))]
public class ApplicationInsightsComponentFeatureCapabilities : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentFeatureCapabilities
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentFeatureCapabilitiesTypeConverter))>]
type ApplicationInsightsComponentFeatureCapabilities = class
interface IApplicationInsightsComponentFeatureCapabilities
interface IJsonSerializable
Public Class ApplicationInsightsComponentFeatureCapabilities
Implements IApplicationInsightsComponentFeatureCapabilities
- Inheritance
-
ApplicationInsightsComponentFeatureCapabilities
- Attributes
- Implements
Constructors
ApplicationInsightsComponentFeatureCapabilities() |
Creates an new ApplicationInsightsComponentFeatureCapabilities instance. |
Properties
AnalyticsIntegration |
Reserved, not used now. |
ApiAccessLevel |
Reserved, not used now. |
ApplicationMap |
Reserved, not used now. |
BurstThrottlePolicy |
Reserved, not used now. |
DailyCap |
Daily data volume cap in GB. |
DailyCapResetTime |
Daily data volume cap UTC reset hour. |
LiveStreamMetric |
Reserved, not used now. |
MetadataClass |
Reserved, not used now. |
MultipleStepWebTest |
Whether allow to use multiple steps web test feature. |
OpenSchema |
Reserved, not used now. |
PowerBiIntegration |
Reserved, not used now. |
ProactiveDetection |
Reserved, not used now. |
SupportExportData |
Whether allow to use continuous export feature. |
ThrottleRate |
Reserved, not used now. |
TrackingType |
The application insights component used tracking type. |
WorkItemIntegration |
Whether allow to use work item integration feature. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationInsightsComponentFeatureCapabilities. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationInsightsComponentFeatureCapabilities. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentFeatureCapabilities. |
FromJsonString(String) |
Creates a new instance of ApplicationInsightsComponentFeatureCapabilities, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationInsightsComponentFeatureCapabilities into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |