ApplicationInsightsComponentExportConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ApplicationInsightsComponentExportConfiguration() |
Initializes a new instance of the ApplicationInsightsComponentExportConfiguration class. |
ApplicationInsightsComponentExportConfiguration(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the ApplicationInsightsComponentExportConfiguration class. |
ApplicationInsightsComponentExportConfiguration()
Initializes a new instance of the ApplicationInsightsComponentExportConfiguration class.
public ApplicationInsightsComponentExportConfiguration ();
Public Sub New ()
Applies to
ApplicationInsightsComponentExportConfiguration(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String)
Initializes a new instance of the ApplicationInsightsComponentExportConfiguration class.
public ApplicationInsightsComponentExportConfiguration (string exportId = default, string instrumentationKey = default, string recordTypes = default, string applicationName = default, string subscriptionId = default, string resourceGroup = default, string destinationStorageSubscriptionId = default, string destinationStorageLocationId = default, string destinationAccountId = default, string destinationType = default, string isUserEnabled = default, string lastUserUpdate = default, string notificationQueueEnabled = default, string exportStatus = default, string lastSuccessTime = default, string lastGapTime = default, string permanentErrorReason = default, string storageName = default, string containerName = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportConfiguration : string * string * string * string * string * string * string * string * string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportConfiguration
Public Sub New (Optional exportId As String = Nothing, Optional instrumentationKey As String = Nothing, Optional recordTypes As String = Nothing, Optional applicationName As String = Nothing, Optional subscriptionId As String = Nothing, Optional resourceGroup As String = Nothing, Optional destinationStorageSubscriptionId As String = Nothing, Optional destinationStorageLocationId As String = Nothing, Optional destinationAccountId As String = Nothing, Optional destinationType As String = Nothing, Optional isUserEnabled As String = Nothing, Optional lastUserUpdate As String = Nothing, Optional notificationQueueEnabled As String = Nothing, Optional exportStatus As String = Nothing, Optional lastSuccessTime As String = Nothing, Optional lastGapTime As String = Nothing, Optional permanentErrorReason As String = Nothing, Optional storageName As String = Nothing, Optional containerName As String = Nothing)
Parameters
- 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.
- instrumentationKey
- String
The instrumentation key of the Application Insights component.
- 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.
- subscriptionId
- String
The subscription of the Application Insights component.
- resourceGroup
- String
The resource group of the Application Insights component.
- destinationStorageSubscriptionId
- String
The destination storage account subscription ID.
- destinationStorageLocationId
- String
The destination account location ID.
- destinationAccountId
- String
The name of destination account.
- destinationType
- String
The destination type.
- isUserEnabled
- String
This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- lastUserUpdate
- String
Last time the Continuous Export configuration was updated.
- notificationQueueEnabled
- String
Deprecated
- exportStatus
- String
This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- lastSuccessTime
- String
The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- lastGapTime
- String
The last time the Continuous Export configuration started failing.
- permanentErrorReason
- String
This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- storageName
- String
The name of the destination storage account.
- containerName
- String
The name of the destination storage container.
Applies to
Azure SDK for .NET