Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentProperties
Packages that use ApplicationInsightsComponentProperties
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentProperties in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ApplicationInsightsComponentPropertiesModifier and TypeMethodDescriptionApplicationInsightsComponentProperties.withApplicationType(ApplicationType applicationType) Set the applicationType property: Type of application being monitored.ApplicationInsightsComponentProperties.withDisableIpMasking(Boolean disableIpMasking) Set the disableIpMasking property: Disable IP masking.ApplicationInsightsComponentProperties.withDisableLocalAuth(Boolean disableLocalAuth) Set the disableLocalAuth property: Disable Non-AAD based Auth.ApplicationInsightsComponentProperties.withFlowType(FlowType flowType) Set the flowType property: Used by the Application Insights system to determine what kind of flow this component was created by.ApplicationInsightsComponentProperties.withForceCustomerStorageForProfiler(Boolean forceCustomerStorageForProfiler) Set the forceCustomerStorageForProfiler property: Force users to create their own storage account for profiler and debugger.ApplicationInsightsComponentProperties.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.ApplicationInsightsComponentProperties.withImmediatePurgeDataOn30Days(Boolean immediatePurgeDataOn30Days) Set the immediatePurgeDataOn30Days property: Purge data immediately after 30 days.ApplicationInsightsComponentProperties.withIngestionMode(IngestionMode ingestionMode) Set the ingestionMode property: Indicates the flow of the ingestion.ApplicationInsightsComponentProperties.withPublicNetworkAccessForIngestion(PublicNetworkAccessType publicNetworkAccessForIngestion) Set the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights ingestion.ApplicationInsightsComponentProperties.withPublicNetworkAccessForQuery(PublicNetworkAccessType publicNetworkAccessForQuery) Set the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.ApplicationInsightsComponentProperties.withRequestSource(RequestSource requestSource) Set the requestSource property: Describes what tool created this Application Insights component.ApplicationInsightsComponentProperties.withRetentionInDays(Integer retentionInDays) Set the retentionInDays property: Retention period in days.ApplicationInsightsComponentProperties.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.ApplicationInsightsComponentProperties.withWorkspaceResourceId(String workspaceResourceId) Set the workspaceResourceId property: Resource Id of the log analytics workspace which the data will be ingested to.