ApplicationInsightsComponentExportRequest Constructors

Definition

Overloads

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.

ApplicationInsightsComponentExportRequest()

Initializes a new instance of the ApplicationInsightsComponentExportRequest class.

public ApplicationInsightsComponentExportRequest ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ApplicationInsightsComponentExportRequest class.

public ApplicationInsightsComponentExportRequest (string recordTypes = default, string destinationType = default, string destinationAddress = default, string isEnabled = default, string notificationQueueEnabled = default, string notificationQueueUri = default, string destinationStorageSubscriptionId = default, string destinationStorageLocationId = default, string destinationAccountId = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportRequest : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportRequest
Public Sub New (Optional recordTypes As String = Nothing, Optional destinationType As String = Nothing, Optional destinationAddress As String = Nothing, Optional isEnabled As String = Nothing, Optional notificationQueueEnabled As String = Nothing, Optional notificationQueueUri As String = Nothing, Optional destinationStorageSubscriptionId As String = Nothing, Optional destinationStorageLocationId As String = Nothing, Optional destinationAccountId As String = Nothing)

Parameters

recordTypes
String

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

destinationType
String

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

destinationAddress
String

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

isEnabled
String

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

notificationQueueEnabled
String

Deprecated

notificationQueueUri
String

Deprecated

destinationStorageSubscriptionId
String

The subscription ID of the destination storage container.

destinationStorageLocationId
String

The location ID of the destination storage container.

destinationAccountId
String

The name of destination storage account.

Applies to