ApplicationInsightsComponentFeatureCapabilities Interface
public interface ApplicationInsightsComponentFeatureCapabilities
An immutable client-side representation of ApplicationInsightsComponentFeatureCapabilities.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Boolean |
analyticsIntegration()
Gets the analytics |
| abstract String |
apiAccessLevel()
Gets the api |
| abstract Boolean |
applicationMap()
Gets the application |
| abstract String |
burstThrottlePolicy()
Gets the burst |
| abstract Float |
dailyCap()
Gets the daily |
| abstract Float |
dailyCapResetTime()
Gets the daily |
|
abstract
Application |
innerModel()
Gets the inner com. |
| abstract Boolean |
liveStreamMetrics()
Gets the live |
| abstract String |
metadataClass()
Gets the metadata |
| abstract Boolean |
multipleStepWebTest()
Gets the multiple |
| abstract Boolean |
openSchema()
Gets the open |
| abstract Boolean |
powerBIIntegration()
Gets the power |
| abstract Boolean |
proactiveDetection()
Gets the proactive |
| abstract Boolean |
supportExportData()
Gets the support |
| abstract Float |
throttleRate()
Gets the throttle |
| abstract String |
trackingType()
Gets the tracking |
| abstract Boolean |
workItemIntegration()
Gets the work |
Method Details
analyticsIntegration
public abstract Boolean analyticsIntegration()
Gets the analyticsIntegration property: Reserved, not used now.
Returns:
apiAccessLevel
public abstract String apiAccessLevel()
Gets the apiAccessLevel property: Reserved, not used now.
Returns:
applicationMap
public abstract Boolean applicationMap()
Gets the applicationMap property: Reserved, not used now.
Returns:
burstThrottlePolicy
public abstract String burstThrottlePolicy()
Gets the burstThrottlePolicy property: Reserved, not used now.
Returns:
dailyCap
public abstract Float dailyCap()
Gets the dailyCap property: Daily data volume cap in GB.
Returns:
dailyCapResetTime
public abstract Float dailyCapResetTime()
Gets the dailyCapResetTime property: Daily data volume cap UTC reset hour.
Returns:
innerModel
public abstract ApplicationInsightsComponentFeatureCapabilitiesInner innerModel()
Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentFeatureCapabilitiesInner object.
Returns:
liveStreamMetrics
public abstract Boolean liveStreamMetrics()
Gets the liveStreamMetrics property: Reserved, not used now.
Returns:
metadataClass
public abstract String metadataClass()
Gets the metadataClass property: Reserved, not used now.
Returns:
multipleStepWebTest
public abstract Boolean multipleStepWebTest()
Gets the multipleStepWebTest property: Whether allow to use multiple steps web test feature.
Returns:
openSchema
public abstract Boolean openSchema()
Gets the openSchema property: Reserved, not used now.
Returns:
powerBIIntegration
public abstract Boolean powerBIIntegration()
Gets the powerBIIntegration property: Reserved, not used now.
Returns:
proactiveDetection
public abstract Boolean proactiveDetection()
Gets the proactiveDetection property: Reserved, not used now.
Returns:
supportExportData
public abstract Boolean supportExportData()
Gets the supportExportData property: Whether allow to use continuous export feature.
Returns:
throttleRate
public abstract Float throttleRate()
Gets the throttleRate property: Reserved, not used now.
Returns:
trackingType
public abstract String trackingType()
Gets the trackingType property: The application insights component used tracking type.
Returns:
workItemIntegration
public abstract Boolean workItemIntegration()
Gets the workItemIntegration property: Whether allow to use work item integration feature.
Returns: