Class ApplicationInsightsComponentInner


  • public final class ApplicationInsightsComponentInner
    extends ComponentsResource
    An Application Insights component definition.
    • Constructor Detail

      • ApplicationInsightsComponentInner

        public ApplicationInsightsComponentInner()
    • Method Detail

      • kind

        public String kind()
        Get the kind property: The kind of application that this component refers to, used to customize UI. This value is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone.
        Returns:
        the kind value.
      • withKind

        public ApplicationInsightsComponentInner withKind​(String kind)
        Set the kind property: The kind of application that this component refers to, used to customize UI. This value is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone.
        Parameters:
        kind - the kind value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • etag

        public String etag()
        Get the etag property: Resource etag.
        Returns:
        the etag value.
      • withEtag

        public ApplicationInsightsComponentInner withEtag​(String etag)
        Set the etag property: Resource etag.
        Parameters:
        etag - the etag value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • applicationId

        public String applicationId()
        Get the applicationId property: The unique ID of your application. This field mirrors the 'Name' field and cannot be changed.
        Returns:
        the applicationId value.
      • appId

        public String appId()
        Get the appId property: Application Insights Unique ID for your Application.
        Returns:
        the appId value.
      • namePropertiesName

        public String namePropertiesName()
        Get the name property: Application name.
        Returns:
        the name value.
      • applicationType

        public ApplicationType applicationType()
        Get the applicationType property: Type of application being monitored.
        Returns:
        the applicationType value.
      • withApplicationType

        public ApplicationInsightsComponentInner withApplicationType​(ApplicationType applicationType)
        Set the applicationType property: Type of application being monitored.
        Parameters:
        applicationType - the applicationType value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • flowType

        public FlowType flowType()
        Get the flowType property: Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.
        Returns:
        the flowType value.
      • withFlowType

        public ApplicationInsightsComponentInner withFlowType​(FlowType flowType)
        Set the flowType property: Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.
        Parameters:
        flowType - the flowType value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • requestSource

        public RequestSource requestSource()
        Get the requestSource property: Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.
        Returns:
        the requestSource value.
      • withRequestSource

        public ApplicationInsightsComponentInner withRequestSource​(RequestSource requestSource)
        Set the requestSource property: Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.
        Parameters:
        requestSource - the requestSource value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • instrumentationKey

        public String instrumentationKey()
        Get the instrumentationKey property: Application Insights Instrumentation key. A read-only value that applications can use to identify the destination for all telemetry sent to Azure Application Insights. This value will be supplied upon construction of each new Application Insights component.
        Returns:
        the instrumentationKey value.
      • creationDate

        public OffsetDateTime creationDate()
        Get the creationDate property: Creation Date for the Application Insights component, in ISO 8601 format.
        Returns:
        the creationDate value.
      • tenantId

        public String tenantId()
        Get the tenantId property: Azure Tenant Id.
        Returns:
        the tenantId value.
      • hockeyAppId

        public String hockeyAppId()
        Get the hockeyAppId property: The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp.
        Returns:
        the hockeyAppId value.
      • withHockeyAppId

        public ApplicationInsightsComponentInner withHockeyAppId​(String hockeyAppId)
        Set the hockeyAppId property: The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp.
        Parameters:
        hockeyAppId - the hockeyAppId value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • hockeyAppToken

        public String hockeyAppToken()
        Get the hockeyAppToken property: Token used to authenticate communications with between Application Insights and HockeyApp.
        Returns:
        the hockeyAppToken value.
      • provisioningState

        public String provisioningState()
        Get the provisioningState property: Current state of this component: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed.
        Returns:
        the provisioningState value.
      • samplingPercentage

        public Double samplingPercentage()
        Get the samplingPercentage property: Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry.
        Returns:
        the samplingPercentage value.
      • withSamplingPercentage

        public ApplicationInsightsComponentInner withSamplingPercentage​(Double samplingPercentage)
        Set the samplingPercentage property: Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry.
        Parameters:
        samplingPercentage - the samplingPercentage value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • connectionString

        public String connectionString()
        Get the connectionString property: Application Insights component connection string.
        Returns:
        the connectionString value.
      • retentionInDays

        public Integer retentionInDays()
        Get the retentionInDays property: Retention period in days.
        Returns:
        the retentionInDays value.
      • withRetentionInDays

        public ApplicationInsightsComponentInner withRetentionInDays​(Integer retentionInDays)
        Set the retentionInDays property: Retention period in days.
        Parameters:
        retentionInDays - the retentionInDays value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • disableIpMasking

        public Boolean disableIpMasking()
        Get the disableIpMasking property: Disable IP masking.
        Returns:
        the disableIpMasking value.
      • withDisableIpMasking

        public ApplicationInsightsComponentInner withDisableIpMasking​(Boolean disableIpMasking)
        Set the disableIpMasking property: Disable IP masking.
        Parameters:
        disableIpMasking - the disableIpMasking value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • immediatePurgeDataOn30Days

        public Boolean immediatePurgeDataOn30Days()
        Get the immediatePurgeDataOn30Days property: Purge data immediately after 30 days.
        Returns:
        the immediatePurgeDataOn30Days value.
      • withImmediatePurgeDataOn30Days

        public ApplicationInsightsComponentInner withImmediatePurgeDataOn30Days​(Boolean immediatePurgeDataOn30Days)
        Set the immediatePurgeDataOn30Days property: Purge data immediately after 30 days.
        Parameters:
        immediatePurgeDataOn30Days - the immediatePurgeDataOn30Days value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • workspaceResourceId

        public String workspaceResourceId()
        Get the workspaceResourceId property: Resource Id of the log analytics workspace which the data will be ingested to. This property is required to create an application with this API version. Applications from older versions will not have this property.
        Returns:
        the workspaceResourceId value.
      • withWorkspaceResourceId

        public ApplicationInsightsComponentInner withWorkspaceResourceId​(String workspaceResourceId)
        Set the workspaceResourceId property: Resource Id of the log analytics workspace which the data will be ingested to. This property is required to create an application with this API version. Applications from older versions will not have this property.
        Parameters:
        workspaceResourceId - the workspaceResourceId value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • laMigrationDate

        public OffsetDateTime laMigrationDate()
        Get the laMigrationDate property: The date which the component got migrated to LA, in ISO 8601 format.
        Returns:
        the laMigrationDate value.
      • privateLinkScopedResources

        public List<PrivateLinkScopedResource> privateLinkScopedResources()
        Get the privateLinkScopedResources property: List of linked private link scope resources.
        Returns:
        the privateLinkScopedResources value.
      • publicNetworkAccessForIngestion

        public PublicNetworkAccessType publicNetworkAccessForIngestion()
        Get the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights ingestion.
        Returns:
        the publicNetworkAccessForIngestion value.
      • withPublicNetworkAccessForIngestion

        public ApplicationInsightsComponentInner withPublicNetworkAccessForIngestion​(PublicNetworkAccessType publicNetworkAccessForIngestion)
        Set the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights ingestion.
        Parameters:
        publicNetworkAccessForIngestion - the publicNetworkAccessForIngestion value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • publicNetworkAccessForQuery

        public PublicNetworkAccessType publicNetworkAccessForQuery()
        Get the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.
        Returns:
        the publicNetworkAccessForQuery value.
      • withPublicNetworkAccessForQuery

        public ApplicationInsightsComponentInner withPublicNetworkAccessForQuery​(PublicNetworkAccessType publicNetworkAccessForQuery)
        Set the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.
        Parameters:
        publicNetworkAccessForQuery - the publicNetworkAccessForQuery value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • ingestionMode

        public IngestionMode ingestionMode()
        Get the ingestionMode property: Indicates the flow of the ingestion.
        Returns:
        the ingestionMode value.
      • withIngestionMode

        public ApplicationInsightsComponentInner withIngestionMode​(IngestionMode ingestionMode)
        Set the ingestionMode property: Indicates the flow of the ingestion.
        Parameters:
        ingestionMode - the ingestionMode value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • disableLocalAuth

        public Boolean disableLocalAuth()
        Get the disableLocalAuth property: Disable Non-AAD based Auth.
        Returns:
        the disableLocalAuth value.
      • withDisableLocalAuth

        public ApplicationInsightsComponentInner withDisableLocalAuth​(Boolean disableLocalAuth)
        Set the disableLocalAuth property: Disable Non-AAD based Auth.
        Parameters:
        disableLocalAuth - the disableLocalAuth value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.
      • forceCustomerStorageForProfiler

        public Boolean forceCustomerStorageForProfiler()
        Get the forceCustomerStorageForProfiler property: Force users to create their own storage account for profiler and debugger.
        Returns:
        the forceCustomerStorageForProfiler value.
      • withForceCustomerStorageForProfiler

        public ApplicationInsightsComponentInner withForceCustomerStorageForProfiler​(Boolean forceCustomerStorageForProfiler)
        Set the forceCustomerStorageForProfiler property: Force users to create their own storage account for profiler and debugger.
        Parameters:
        forceCustomerStorageForProfiler - the forceCustomerStorageForProfiler value to set.
        Returns:
        the ApplicationInsightsComponentInner object itself.