Condividi tramite


ApplicationInsightsComponentExportRequest Class

Definition

An Application Insights component Continuous Export configuration request definition.

public class ApplicationInsightsComponentExportRequest
type ApplicationInsightsComponentExportRequest = class
Public Class ApplicationInsightsComponentExportRequest
Inheritance
ApplicationInsightsComponentExportRequest

Constructors

ApplicationInsightsComponentExportRequest()

Initializes a new instance of the ApplicationInsightsComponentExportRequest class.

ApplicationInsightsComponentExportRequest(String, String, String, String, String, String, String, String, String)

Initializes a new instance of the ApplicationInsightsComponentExportRequest class.

Properties

DestinationAccountId

Gets or sets the name of destination storage account.

DestinationAddress

Gets or sets the SAS URL for the destination storage container. It must grant write permission.

DestinationStorageLocationId

Gets or sets the location ID of the destination storage container.

DestinationStorageSubscriptionId

Gets or sets the subscription ID of the destination storage container.

DestinationType

Gets or sets the Continuous Export destination type. This has to be 'Blob'.

IsEnabled

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

NotificationQueueEnabled

Gets or sets deprecated

NotificationQueueUri

Gets or sets deprecated

RecordTypes

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

Applies to