次の方法で共有


JobStateAuditRecord コンストラクター

定義

オーバーロード

JobStateAuditRecord()

JobStateAuditRecord クラスの新しいインスタンスを初期化します。

JobStateAuditRecord(String, Nullable<DateTimeOffset>, String, String)

JobStateAuditRecord クラスの新しいインスタンスを初期化します。

JobStateAuditRecord()

JobStateAuditRecord クラスの新しいインスタンスを初期化します。

public JobStateAuditRecord ();
Public Sub New ()

適用対象

JobStateAuditRecord(String, Nullable<DateTimeOffset>, String, String)

JobStateAuditRecord クラスの新しいインスタンスを初期化します。

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)

パラメーター

newState
String

ジョブの新しい状態。

timeStamp
Nullable<DateTimeOffset>

状態が変更されたタイム スタンプ。

requestedByUser
String

変更を要求するユーザー。

details
String

監査ログの詳細。

適用対象