共用方式為


IApplicationInsightsComponentExportRequest Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentExportRequestTypeConverter))]
public interface IApplicationInsightsComponentExportRequest : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentExportRequestTypeConverter))>]
type IApplicationInsightsComponentExportRequest = interface
    interface IJsonSerializable
Public Interface IApplicationInsightsComponentExportRequest
Implements IJsonSerializable
Derived
Attributes
Implements

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

RecordType

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to