Class ApplicationInsightsComponentFeatureCapabilitiesInner

java.lang.Object
com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentFeatureCapabilitiesInner

public final class ApplicationInsightsComponentFeatureCapabilitiesInner extends Object
An Application Insights component feature capabilities.
  • Constructor Details

    • ApplicationInsightsComponentFeatureCapabilitiesInner

      public ApplicationInsightsComponentFeatureCapabilitiesInner()
  • Method Details

    • supportExportData

      public Boolean supportExportData()
      Get the supportExportData property: Whether allow to use continuous export feature.
      Returns:
      the supportExportData value.
    • burstThrottlePolicy

      public String burstThrottlePolicy()
      Get the burstThrottlePolicy property: Reserved, not used now.
      Returns:
      the burstThrottlePolicy value.
    • metadataClass

      public String metadataClass()
      Get the metadataClass property: Reserved, not used now.
      Returns:
      the metadataClass value.
    • liveStreamMetrics

      public Boolean liveStreamMetrics()
      Get the liveStreamMetrics property: Reserved, not used now.
      Returns:
      the liveStreamMetrics value.
    • applicationMap

      public Boolean applicationMap()
      Get the applicationMap property: Reserved, not used now.
      Returns:
      the applicationMap value.
    • workItemIntegration

      public Boolean workItemIntegration()
      Get the workItemIntegration property: Whether allow to use work item integration feature.
      Returns:
      the workItemIntegration value.
    • powerBIIntegration

      public Boolean powerBIIntegration()
      Get the powerBIIntegration property: Reserved, not used now.
      Returns:
      the powerBIIntegration value.
    • openSchema

      public Boolean openSchema()
      Get the openSchema property: Reserved, not used now.
      Returns:
      the openSchema value.
    • proactiveDetection

      public Boolean proactiveDetection()
      Get the proactiveDetection property: Reserved, not used now.
      Returns:
      the proactiveDetection value.
    • analyticsIntegration

      public Boolean analyticsIntegration()
      Get the analyticsIntegration property: Reserved, not used now.
      Returns:
      the analyticsIntegration value.
    • multipleStepWebTest

      public Boolean multipleStepWebTest()
      Get the multipleStepWebTest property: Whether allow to use multiple steps web test feature.
      Returns:
      the multipleStepWebTest value.
    • apiAccessLevel

      public String apiAccessLevel()
      Get the apiAccessLevel property: Reserved, not used now.
      Returns:
      the apiAccessLevel value.
    • trackingType

      public String trackingType()
      Get the trackingType property: The application insights component used tracking type.
      Returns:
      the trackingType value.
    • dailyCap

      public Float dailyCap()
      Get the dailyCap property: Daily data volume cap in GB.
      Returns:
      the dailyCap value.
    • dailyCapResetTime

      public Float dailyCapResetTime()
      Get the dailyCapResetTime property: Daily data volume cap UTC reset hour.
      Returns:
      the dailyCapResetTime value.
    • throttleRate

      public Float throttleRate()
      Get the throttleRate property: Reserved, not used now.
      Returns:
      the throttleRate value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.