次の方法で共有


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 analyticsIntegration property: Reserved, not used now.

abstract String apiAccessLevel()

Gets the apiAccessLevel property: Reserved, not used now.

abstract Boolean applicationMap()

Gets the applicationMap property: Reserved, not used now.

abstract String burstThrottlePolicy()

Gets the burstThrottlePolicy property: Reserved, not used now.

abstract Float dailyCap()

Gets the dailyCap property: Daily data volume cap in GB.

abstract Float dailyCapResetTime()

Gets the dailyCapResetTime property: Daily data volume cap UTC reset hour.

abstract ApplicationInsightsComponentFeatureCapabilitiesInner innerModel()

Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentFeatureCapabilitiesInner object.

abstract Boolean liveStreamMetrics()

Gets the liveStreamMetrics property: Reserved, not used now.

abstract String metadataClass()

Gets the metadataClass property: Reserved, not used now.

abstract Boolean multipleStepWebTest()

Gets the multipleStepWebTest property: Whether allow to use multiple steps web test feature.

abstract Boolean openSchema()

Gets the openSchema property: Reserved, not used now.

abstract Boolean powerBIIntegration()

Gets the powerBIIntegration property: Reserved, not used now.

abstract Boolean proactiveDetection()

Gets the proactiveDetection property: Reserved, not used now.

abstract Boolean supportExportData()

Gets the supportExportData property: Whether allow to use continuous export feature.

abstract Float throttleRate()

Gets the throttleRate property: Reserved, not used now.

abstract String trackingType()

Gets the trackingType property: The application insights component used tracking type.

abstract Boolean workItemIntegration()

Gets the workItemIntegration property: Whether allow to use work item integration feature.

Method Details

analyticsIntegration

public abstract Boolean analyticsIntegration()

Gets the analyticsIntegration property: Reserved, not used now.

Returns:

the analyticsIntegration value.

apiAccessLevel

public abstract String apiAccessLevel()

Gets the apiAccessLevel property: Reserved, not used now.

Returns:

the apiAccessLevel value.

applicationMap

public abstract Boolean applicationMap()

Gets the applicationMap property: Reserved, not used now.

Returns:

the applicationMap value.

burstThrottlePolicy

public abstract String burstThrottlePolicy()

Gets the burstThrottlePolicy property: Reserved, not used now.

Returns:

the burstThrottlePolicy value.

dailyCap

public abstract Float dailyCap()

Gets the dailyCap property: Daily data volume cap in GB.

Returns:

the dailyCap value.

dailyCapResetTime

public abstract Float dailyCapResetTime()

Gets the dailyCapResetTime property: Daily data volume cap UTC reset hour.

Returns:

the dailyCapResetTime value.

innerModel

public abstract ApplicationInsightsComponentFeatureCapabilitiesInner innerModel()

Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentFeatureCapabilitiesInner object.

Returns:

the inner object.

liveStreamMetrics

public abstract Boolean liveStreamMetrics()

Gets the liveStreamMetrics property: Reserved, not used now.

Returns:

the liveStreamMetrics value.

metadataClass

public abstract String metadataClass()

Gets the metadataClass property: Reserved, not used now.

Returns:

the metadataClass value.

multipleStepWebTest

public abstract Boolean multipleStepWebTest()

Gets the multipleStepWebTest property: Whether allow to use multiple steps web test feature.

Returns:

the multipleStepWebTest value.

openSchema

public abstract Boolean openSchema()

Gets the openSchema property: Reserved, not used now.

Returns:

the openSchema value.

powerBIIntegration

public abstract Boolean powerBIIntegration()

Gets the powerBIIntegration property: Reserved, not used now.

Returns:

the powerBIIntegration value.

proactiveDetection

public abstract Boolean proactiveDetection()

Gets the proactiveDetection property: Reserved, not used now.

Returns:

the proactiveDetection value.

supportExportData

public abstract Boolean supportExportData()

Gets the supportExportData property: Whether allow to use continuous export feature.

Returns:

the supportExportData value.

throttleRate

public abstract Float throttleRate()

Gets the throttleRate property: Reserved, not used now.

Returns:

the throttleRate value.

trackingType

public abstract String trackingType()

Gets the trackingType property: The application insights component used tracking type.

Returns:

the trackingType value.

workItemIntegration

public abstract Boolean workItemIntegration()

Gets the workItemIntegration property: Whether allow to use work item integration feature.

Returns:

the workItemIntegration value.

Applies to