JobErrorDetails.InternalDiagnostics Property

 

Optional. Gets or sets the internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Syntax

public string InternalDiagnostics { get; set; }
public:
property String^ InternalDiagnostics {
    String^ get();
    void set(String^ value);
}
member InternalDiagnostics : string with get, set
Public Property InternalDiagnostics As String

Property Value

Type: System.String

See Also

JobErrorDetails Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace

Return to top