ApplicationInsightsComponentExportConfiguration.ExportId Property

Definition

Gets the unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.

[Newtonsoft.Json.JsonProperty(PropertyName="ExportId")]
public string ExportId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ExportId")>]
member this.ExportId : string
Public ReadOnly Property ExportId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to