ApplicationInsightsComponentExportRequest interface

An Application Insights component Continuous Export configuration request definition.

Properties

destinationAccountId

The name of destination storage account.

destinationAddress

The SAS URL for the destination storage container. It must grant write permission.

destinationStorageLocationId

The location ID of the destination storage container.

destinationStorageSubscriptionId

The subscription ID of the destination storage container.

destinationType

The Continuous Export destination type. This has to be 'Blob'.

isEnabled

Set to 'true' to create a Continuous Export configuration as enabled, otherwise set it to 'false'.

notificationQueueEnabled

Deprecated

notificationQueueUri

Deprecated

recordTypes

The document types to be exported, as comma separated values. Allowed values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.

Property Details

destinationAccountId

The name of destination storage account.

destinationAccountId?: string

Property Value

string

destinationAddress

The SAS URL for the destination storage container. It must grant write permission.

destinationAddress?: string

Property Value

string

destinationStorageLocationId

The location ID of the destination storage container.

destinationStorageLocationId?: string

Property Value

string

destinationStorageSubscriptionId

The subscription ID of the destination storage container.

destinationStorageSubscriptionId?: string

Property Value

string

destinationType

The Continuous Export destination type. This has to be 'Blob'.

destinationType?: string

Property Value

string

isEnabled

Set to 'true' to create a Continuous Export configuration as enabled, otherwise set it to 'false'.

isEnabled?: string

Property Value

string

notificationQueueEnabled

Deprecated

notificationQueueEnabled?: string

Property Value

string

notificationQueueUri

Deprecated

notificationQueueUri?: string

Property Value

string

recordTypes

The document types to be exported, as comma separated values. Allowed values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.

recordTypes?: string

Property Value

string