Diagnostics Class

 

A Data Lake Analytics U-SQL job diagnostics information item.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.Diagnostics

Syntax

public class Diagnostics
public ref class Diagnostics 
type Diagnostics = class end
Public Class Diagnostics

Constructors

Name Description
System_CAPS_pubmethod Diagnostics()

Initializes a new instance of the Diagnostics class.

Properties

Name Description
System_CAPS_pubproperty ColumnNumber

Optional. Gets or sets the Column where the error occured.

System_CAPS_pubproperty End

Optional. Gets or sets the ending index of the error.

System_CAPS_pubproperty LineNumber

Optional. Gets or sets the line number the error occured on.

System_CAPS_pubproperty Message

Optional. Gets or sets the error message.

System_CAPS_pubproperty Severity

Optional. Gets or sets the severity of the error.

System_CAPS_pubproperty Start

Optional. Gets or sets the starting index of the error.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

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

Return to top