This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.insights.getExportConfiguration
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get the Continuous Export configuration for this export id. Azure REST API version: 2015-05-01.
Using getExportConfiguration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExportConfiguration(args: GetExportConfigurationArgs, opts?: InvokeOptions): Promise<GetExportConfigurationResult>
function getExportConfigurationOutput(args: GetExportConfigurationOutputArgs, opts?: InvokeOptions): Output<GetExportConfigurationResult>def get_export_configuration(export_id: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             resource_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetExportConfigurationResult
def get_export_configuration_output(export_id: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             resource_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetExportConfigurationResult]func LookupExportConfiguration(ctx *Context, args *LookupExportConfigurationArgs, opts ...InvokeOption) (*LookupExportConfigurationResult, error)
func LookupExportConfigurationOutput(ctx *Context, args *LookupExportConfigurationOutputArgs, opts ...InvokeOption) LookupExportConfigurationResultOutput> Note: This function is named LookupExportConfiguration in the Go SDK.
public static class GetExportConfiguration 
{
    public static Task<GetExportConfigurationResult> InvokeAsync(GetExportConfigurationArgs args, InvokeOptions? opts = null)
    public static Output<GetExportConfigurationResult> Invoke(GetExportConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExportConfigurationResult> getExportConfiguration(GetExportConfigurationArgs args, InvokeOptions options)
public static Output<GetExportConfigurationResult> getExportConfiguration(GetExportConfigurationArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:insights:getExportConfiguration
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ExportId string
- The Continuous Export configuration ID. This is unique within a Application Insights component.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ResourceName string
- The name of the Application Insights component resource.
- ExportId string
- The Continuous Export configuration ID. This is unique within a Application Insights component.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ResourceName string
- The name of the Application Insights component resource.
- exportId String
- The Continuous Export configuration ID. This is unique within a Application Insights component.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- resourceName String
- The name of the Application Insights component resource.
- exportId string
- The Continuous Export configuration ID. This is unique within a Application Insights component.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- resourceName string
- The name of the Application Insights component resource.
- export_id str
- The Continuous Export configuration ID. This is unique within a Application Insights component.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- resource_name str
- The name of the Application Insights component resource.
- exportId String
- The Continuous Export configuration ID. This is unique within a Application Insights component.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- resourceName String
- The name of the Application Insights component resource.
getExportConfiguration Result
The following output properties are available:
- ApplicationName string
- The name of the Application Insights component.
- ContainerName string
- The name of the destination storage container.
- DestinationAccount stringId 
- The name of destination account.
- DestinationStorage stringLocation Id 
- The destination account location ID.
- DestinationStorage stringSubscription Id 
- The destination storage account subscription ID.
- DestinationType string
- The destination type.
- ExportId string
- The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- ExportStatus string
- This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- InstrumentationKey string
- The instrumentation key of the Application Insights component.
- IsUser stringEnabled 
- This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- LastGap stringTime 
- The last time the Continuous Export configuration started failing.
- LastSuccess stringTime 
- The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- LastUser stringUpdate 
- Last time the Continuous Export configuration was updated.
- PermanentError stringReason 
- This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- ResourceGroup string
- The resource group of the Application Insights component.
- StorageName string
- The name of the destination storage account.
- SubscriptionId string
- The subscription of the Application Insights component.
- NotificationQueue stringEnabled 
- Deprecated
- RecordTypes string
- This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
- ApplicationName string
- The name of the Application Insights component.
- ContainerName string
- The name of the destination storage container.
- DestinationAccount stringId 
- The name of destination account.
- DestinationStorage stringLocation Id 
- The destination account location ID.
- DestinationStorage stringSubscription Id 
- The destination storage account subscription ID.
- DestinationType string
- The destination type.
- ExportId string
- The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- ExportStatus string
- This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- InstrumentationKey string
- The instrumentation key of the Application Insights component.
- IsUser stringEnabled 
- This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- LastGap stringTime 
- The last time the Continuous Export configuration started failing.
- LastSuccess stringTime 
- The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- LastUser stringUpdate 
- Last time the Continuous Export configuration was updated.
- PermanentError stringReason 
- This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- ResourceGroup string
- The resource group of the Application Insights component.
- StorageName string
- The name of the destination storage account.
- SubscriptionId string
- The subscription of the Application Insights component.
- NotificationQueue stringEnabled 
- Deprecated
- RecordTypes string
- This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
- applicationName String
- The name of the Application Insights component.
- containerName String
- The name of the destination storage container.
- destinationAccount StringId 
- The name of destination account.
- destinationStorage StringLocation Id 
- The destination account location ID.
- destinationStorage StringSubscription Id 
- The destination storage account subscription ID.
- destinationType String
- The destination type.
- exportId String
- The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- exportStatus String
- This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- instrumentationKey String
- The instrumentation key of the Application Insights component.
- isUser StringEnabled 
- This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- lastGap StringTime 
- The last time the Continuous Export configuration started failing.
- lastSuccess StringTime 
- The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- lastUser StringUpdate 
- Last time the Continuous Export configuration was updated.
- permanentError StringReason 
- This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- resourceGroup String
- The resource group of the Application Insights component.
- storageName String
- The name of the destination storage account.
- subscriptionId String
- The subscription of the Application Insights component.
- notificationQueue StringEnabled 
- Deprecated
- recordTypes String
- This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
- applicationName string
- The name of the Application Insights component.
- containerName string
- The name of the destination storage container.
- destinationAccount stringId 
- The name of destination account.
- destinationStorage stringLocation Id 
- The destination account location ID.
- destinationStorage stringSubscription Id 
- The destination storage account subscription ID.
- destinationType string
- The destination type.
- exportId string
- The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- exportStatus string
- This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- instrumentationKey string
- The instrumentation key of the Application Insights component.
- isUser stringEnabled 
- This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- lastGap stringTime 
- The last time the Continuous Export configuration started failing.
- lastSuccess stringTime 
- The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- lastUser stringUpdate 
- Last time the Continuous Export configuration was updated.
- permanentError stringReason 
- This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- resourceGroup string
- The resource group of the Application Insights component.
- storageName string
- The name of the destination storage account.
- subscriptionId string
- The subscription of the Application Insights component.
- notificationQueue stringEnabled 
- Deprecated
- recordTypes string
- This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
- application_name str
- The name of the Application Insights component.
- container_name str
- The name of the destination storage container.
- destination_account_ strid 
- The name of destination account.
- destination_storage_ strlocation_ id 
- The destination account location ID.
- destination_storage_ strsubscription_ id 
- The destination storage account subscription ID.
- destination_type str
- The destination type.
- export_id str
- The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- export_status str
- This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- instrumentation_key str
- The instrumentation key of the Application Insights component.
- is_user_ strenabled 
- This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- last_gap_ strtime 
- The last time the Continuous Export configuration started failing.
- last_success_ strtime 
- The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- last_user_ strupdate 
- Last time the Continuous Export configuration was updated.
- permanent_error_ strreason 
- This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- resource_group str
- The resource group of the Application Insights component.
- storage_name str
- The name of the destination storage account.
- subscription_id str
- The subscription of the Application Insights component.
- notification_queue_ strenabled 
- Deprecated
- record_types str
- This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
- applicationName String
- The name of the Application Insights component.
- containerName String
- The name of the destination storage container.
- destinationAccount StringId 
- The name of destination account.
- destinationStorage StringLocation Id 
- The destination account location ID.
- destinationStorage StringSubscription Id 
- The destination storage account subscription ID.
- destinationType String
- The destination type.
- exportId String
- The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- exportStatus String
- This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- instrumentationKey String
- The instrumentation key of the Application Insights component.
- isUser StringEnabled 
- This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- lastGap StringTime 
- The last time the Continuous Export configuration started failing.
- lastSuccess StringTime 
- The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- lastUser StringUpdate 
- Last time the Continuous Export configuration was updated.
- permanentError StringReason 
- This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- resourceGroup String
- The resource group of the Application Insights component.
- storageName String
- The name of the destination storage account.
- subscriptionId String
- The subscription of the Application Insights component.
- notificationQueue StringEnabled 
- Deprecated
- recordTypes String
- This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi