JobStateAuditRecord Class

 

The Data Lake Analytics U-SQL job state audit records for tracking the lifecycle of a job.

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.JobStateAuditRecord

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod JobStateAuditRecord()

Initializes a new instance of the JobStateAuditRecord class.

Properties

Name Description
System_CAPS_pubproperty Details

Optional. Gets or sets the details of the audit log.

System_CAPS_pubproperty NewState

Optional. Gets or sets the new state the job is in.

System_CAPS_pubproperty RequestedByUser

Optional. Gets or sets the user who requests the change.

System_CAPS_pubproperty TimeStamp

Optional. Gets or sets the time stamp that the state change took place.

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