Uses of Class
com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentExportRequest
Packages that use ApplicationInsightsComponentExportRequest
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentExportRequest in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type ApplicationInsightsComponentExportRequestModifier 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.ExportConfigurationsClient.update(String resourceGroupName, String resourceName, String exportId, ApplicationInsightsComponentExportRequest exportProperties) Update the Continuous Export configuration for this export id.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 ApplicationInsightsComponentExportRequest in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentExportRequestModifier and TypeMethodDescriptionApplicationInsightsComponentExportRequest.withDestinationAccountId(String destinationAccountId) Set the destinationAccountId property: The name of destination storage account.ApplicationInsightsComponentExportRequest.withDestinationAddress(String destinationAddress) Set the destinationAddress property: The SAS URL for the destination storage container.ApplicationInsightsComponentExportRequest.withDestinationStorageLocationId(String destinationStorageLocationId) Set the destinationStorageLocationId property: The location ID of the destination storage container.ApplicationInsightsComponentExportRequest.withDestinationStorageSubscriptionId(String destinationStorageSubscriptionId) Set the destinationStorageSubscriptionId property: The subscription ID of the destination storage container.ApplicationInsightsComponentExportRequest.withDestinationType(String destinationType) Set the destinationType property: The Continuous Export destination type.ApplicationInsightsComponentExportRequest.withIsEnabled(String isEnabled) Set the isEnabled property: Set to 'true' to create a Continuous Export configuration as enabled, otherwise set it to 'false'.ApplicationInsightsComponentExportRequest.withNotificationQueueEnabled(String notificationQueueEnabled) Set the notificationQueueEnabled property: Deprecated.ApplicationInsightsComponentExportRequest.withNotificationQueueUri(String notificationQueueUri) Set the notificationQueueUri property: Deprecated.ApplicationInsightsComponentExportRequest.withRecordTypes(String recordTypes) Set the recordTypes property: The document types to be exported, as comma separated values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type ApplicationInsightsComponentExportRequestModifier and TypeMethodDescriptionExportConfigurations.create(String resourceGroupName, String resourceName, ApplicationInsightsComponentExportRequest exportProperties) Create a Continuous Export configuration of an Application Insights component.com.azure.core.http.rest.Response<List<ApplicationInsightsComponentExportConfiguration>>ExportConfigurations.createWithResponse(String resourceGroupName, String resourceName, ApplicationInsightsComponentExportRequest exportProperties, com.azure.core.util.Context context) Create a Continuous Export configuration of an Application Insights component.ExportConfigurations.update(String resourceGroupName, String resourceName, String exportId, ApplicationInsightsComponentExportRequest exportProperties) Update the Continuous Export configuration for this export id.com.azure.core.http.rest.Response<ApplicationInsightsComponentExportConfiguration>ExportConfigurations.updateWithResponse(String resourceGroupName, String resourceName, String exportId, ApplicationInsightsComponentExportRequest exportProperties, com.azure.core.util.Context context) Update the Continuous Export configuration for this export id.