Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner
Packages that use ApplicationInsightsComponentInner
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return ApplicationInsightsComponentInnerModifier and TypeMethodDescriptionComponentsClient.createOrUpdate(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties) Creates (or updates) an Application Insights component.ComponentsClient.getByResourceGroup(String resourceGroupName, String resourceName) Returns an Application Insights component.ComponentsClient.updateTags(String resourceGroupName, String resourceName, TagsResource componentTags) Updates an existing component's tags.Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type ApplicationInsightsComponentInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationInsightsComponentInner>ComponentsClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties, com.azure.core.util.Context context) Creates (or updates) an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentInner>ComponentsClient.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Returns an Application Insights component.com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponentInner>ComponentsClient.list()Gets a list of all Application Insights components within a subscription.com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponentInner>ComponentsClient.list(com.azure.core.util.Context context) Gets a list of all Application Insights components within a subscription.com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponentInner>ComponentsClient.listByResourceGroup(String resourceGroupName) Gets a list of Application Insights components within a resource group.com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponentInner>ComponentsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets a list of Application Insights components within a resource group.com.azure.core.http.rest.Response<ApplicationInsightsComponentInner>ComponentsClient.updateTagsWithResponse(String resourceGroupName, String resourceName, TagsResource componentTags, com.azure.core.util.Context context) Updates an existing component's tags.Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type ApplicationInsightsComponentInnerModifier and TypeMethodDescriptionComponentsClient.createOrUpdate(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties) Creates (or updates) an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentInner>ComponentsClient.createOrUpdateWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentInner insightProperties, com.azure.core.util.Context context) Creates (or updates) an Application Insights component. -
Uses of ApplicationInsightsComponentInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ApplicationInsightsComponentInnerModifier and TypeMethodDescriptionApplicationInsightsComponentInner.withApplicationType(ApplicationType applicationType) Set the applicationType property: Type of application being monitored.ApplicationInsightsComponentInner.withDisableIpMasking(Boolean disableIpMasking) Set the disableIpMasking property: Disable IP masking.ApplicationInsightsComponentInner.withDisableLocalAuth(Boolean disableLocalAuth) Set the disableLocalAuth property: Disable Non-AAD based Auth.Set the etag property: Resource etag.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.ApplicationInsightsComponentInner.withForceCustomerStorageForProfiler(Boolean forceCustomerStorageForProfiler) Set the forceCustomerStorageForProfiler property: Force users to create their own storage account for profiler and debugger.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.ApplicationInsightsComponentInner.withImmediatePurgeDataOn30Days(Boolean immediatePurgeDataOn30Days) Set the immediatePurgeDataOn30Days property: Purge data immediately after 30 days.ApplicationInsightsComponentInner.withIngestionMode(IngestionMode ingestionMode) Set the ingestionMode property: Indicates the flow of the ingestion.Set the kind property: The kind of application that this component refers to, used to customize UI.ApplicationInsightsComponentInner.withLocation(String location) ApplicationInsightsComponentInner.withPublicNetworkAccessForIngestion(PublicNetworkAccessType publicNetworkAccessForIngestion) Set the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights ingestion.ApplicationInsightsComponentInner.withPublicNetworkAccessForQuery(PublicNetworkAccessType publicNetworkAccessForQuery) Set the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.ApplicationInsightsComponentInner.withRequestSource(RequestSource requestSource) Set the requestSource property: Describes what tool created this Application Insights component.ApplicationInsightsComponentInner.withRetentionInDays(Integer retentionInDays) Set the retentionInDays property: Retention period in days.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.ApplicationInsightsComponentInner.withWorkspaceResourceId(String workspaceResourceId) Set the workspaceResourceId property: Resource Id of the log analytics workspace which the data will be ingested to. -
Uses of ApplicationInsightsComponentInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentInnerModifier and TypeMethodDescriptionApplicationInsightsComponent.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentInner object.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ApplicationInsightsComponentInnerModifier and TypeMethodDescriptionApplicationInsightsComponentListResult.value()Get the value property: List of Application Insights component definitions.Method parameters in com.azure.resourcemanager.applicationinsights.models with type arguments of type ApplicationInsightsComponentInnerModifier and TypeMethodDescriptionApplicationInsightsComponentListResult.withValue(List<ApplicationInsightsComponentInner> value) Set the value property: List of Application Insights component definitions.