JobResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
JobResponse() |
JobResponse クラスの新しいインスタンスを初期化します。 |
JobResponse(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<JobStatus>, String, String, String) |
JobResponse クラスの新しいインスタンスを初期化します。 |
JobResponse()
JobResponse クラスの新しいインスタンスを初期化します。
public JobResponse ();
Public Sub New ()
適用対象
JobResponse(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<JobStatus>, String, String, String)
JobResponse クラスの新しいインスタンスを初期化します。
public JobResponse (string jobId = default, DateTime? startTimeUtc = default, DateTime? endTimeUtc = default, string type = default, Microsoft.Azure.Management.IotHub.Models.JobStatus? status = default, string failureReason = default, string statusMessage = default, string parentJobId = default);
new Microsoft.Azure.Management.IotHub.Models.JobResponse : string * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<Microsoft.Azure.Management.IotHub.Models.JobStatus> * string * string * string -> Microsoft.Azure.Management.IotHub.Models.JobResponse
Public Sub New (Optional jobId As String = Nothing, Optional startTimeUtc As Nullable(Of DateTime) = Nothing, Optional endTimeUtc As Nullable(Of DateTime) = Nothing, Optional type As String = Nothing, Optional status As Nullable(Of JobStatus) = Nothing, Optional failureReason As String = Nothing, Optional statusMessage As String = Nothing, Optional parentJobId As String = Nothing)
パラメーター
- jobId
- String
ジョブ識別子です。
- type
- String
ジョブの種類。 使用可能な値には、'unknown'、'export'、'import'、'backup'、'readDeviceProperties'、'writeDeviceProperties'、'updateDeviceConfiguration'、'rebootDevice'、'factoryResetDevice'、'firmwareUpdate' などがあります。
ジョブの状態。 使用可能な値には、'unknown'、'enqueued'、'running'、'completed'、'failed'、'cancelled' などがあります。
- failureReason
- String
status == failed の場合、エラーの理由を含むこの文字列。
- statusMessage
- String
ジョブのステータス メッセージ。
- parentJobId
- String
親ジョブのジョブ識別子 (存在する場合)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET