JobStateAuditRecord Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JobStateAuditRecord() |
Initializes a new instance of the JobStateAuditRecord class. |
JobStateAuditRecord(String, Nullable<DateTimeOffset>, String, String) |
Initializes a new instance of the JobStateAuditRecord class. |
JobStateAuditRecord()
Initializes a new instance of the JobStateAuditRecord class.
public JobStateAuditRecord ();
Public Sub New ()
Applies to
JobStateAuditRecord(String, Nullable<DateTimeOffset>, String, String)
Initializes a new instance of the JobStateAuditRecord class.
public JobStateAuditRecord (string newState = default, DateTimeOffset? timeStamp = default, string requestedByUser = default, string details = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord : string * Nullable<DateTimeOffset> * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord
Public Sub New (Optional newState As String = Nothing, Optional timeStamp As Nullable(Of DateTimeOffset) = Nothing, Optional requestedByUser As String = Nothing, Optional details As String = Nothing)
Parameters
- newState
- String
The new state the job is in.
- timeStamp
- Nullable<DateTimeOffset>
The time stamp that the state change took place.
- requestedByUser
- String
The user who requests the change.
- details
- String
The details of the audit log.
Applies to
Azure SDK for .NET