Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentExportConfigurationInner
Packages that use ApplicationInsightsComponentExportConfigurationInner
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 ApplicationInsightsComponentExportConfigurationInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return ApplicationInsightsComponentExportConfigurationInnerModifier and TypeMethodDescriptionDelete a Continuous Export configuration of an Application Insights component.Get the Continuous Export configuration for this export id.ExportConfigurationsClient.update(String resourceGroupName, String resourceName, String exportId, ApplicationInsightsComponentExportRequest exportProperties) Update the Continuous Export configuration for this export id.Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type ApplicationInsightsComponentExportConfigurationInnerModifier and TypeMethodDescriptionExportConfigurationsClient.create(String resourceGroupName, String resourceName, ApplicationInsightsComponentExportRequest exportProperties) Create a Continuous Export configuration of an Application Insights component.com.azure.core.http.rest.Response<List<ApplicationInsightsComponentExportConfigurationInner>>ExportConfigurationsClient.createWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentExportRequest exportProperties, com.azure.core.util.Context context) Create a Continuous Export configuration of an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentExportConfigurationInner>ExportConfigurationsClient.deleteWithResponse(String resourceGroupName, String resourceName, String exportId, com.azure.core.util.Context context) Delete a Continuous Export configuration of an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentExportConfigurationInner>ExportConfigurationsClient.getWithResponse(String resourceGroupName, String resourceName, String exportId, com.azure.core.util.Context context) Get the Continuous Export configuration for this export id.Gets a list of Continuous Export configuration of an Application Insights component.com.azure.core.http.rest.Response<List<ApplicationInsightsComponentExportConfigurationInner>>ExportConfigurationsClient.listWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets a list of Continuous Export configuration of an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentExportConfigurationInner>ExportConfigurationsClient.updateWithResponse(String resourceGroupName, String resourceName, String exportId, ApplicationInsightsComponentExportRequest exportProperties, com.azure.core.util.Context context) Update the Continuous Export configuration for this export id. -
Uses of ApplicationInsightsComponentExportConfigurationInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ApplicationInsightsComponentExportConfigurationInnerModifier and TypeMethodDescriptionApplicationInsightsComponentExportConfigurationInner.withNotificationQueueEnabled(String notificationQueueEnabled) Set the notificationQueueEnabled property: Deprecated.ApplicationInsightsComponentExportConfigurationInner.withRecordTypes(String recordTypes) Set the recordTypes property: This comma separated list of document types that will be exported. -
Uses of ApplicationInsightsComponentExportConfigurationInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentExportConfigurationInnerModifier and TypeMethodDescriptionApplicationInsightsComponentExportConfiguration.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentExportConfigurationInner object.