TriggeredJobRun 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
TriggeredJobRun() |
Initializes a new instance of the TriggeredJobRun class. |
TriggeredJobRun(String, String, Nullable<TriggeredWebJobStatus>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String, String) |
Initializes a new instance of the TriggeredJobRun class. |
TriggeredJobRun()
Initializes a new instance of the TriggeredJobRun class.
public TriggeredJobRun ();
Public Sub New ()
Applies to
TriggeredJobRun(String, String, Nullable<TriggeredWebJobStatus>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String, String)
Initializes a new instance of the TriggeredJobRun class.
public TriggeredJobRun (string webJobId = default, string webJobName = default, Microsoft.Azure.Management.WebSites.Models.TriggeredWebJobStatus? status = default, DateTime? startTime = default, DateTime? endTime = default, string duration = default, string outputUrl = default, string errorUrl = default, string url = default, string jobName = default, string trigger = default);
new Microsoft.Azure.Management.WebSites.Models.TriggeredJobRun : string * string * Nullable<Microsoft.Azure.Management.WebSites.Models.TriggeredWebJobStatus> * Nullable<DateTime> * Nullable<DateTime> * string * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.TriggeredJobRun
Public Sub New (Optional webJobId As String = Nothing, Optional webJobName As String = Nothing, Optional status As Nullable(Of TriggeredWebJobStatus) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional duration As String = Nothing, Optional outputUrl As String = Nothing, Optional errorUrl As String = Nothing, Optional url As String = Nothing, Optional jobName As String = Nothing, Optional trigger As String = Nothing)
Parameters
- webJobId
- String
Job ID.
- webJobName
- String
Job name.
- status
- Nullable<TriggeredWebJobStatus>
Job status. Possible values include: 'Success', 'Failed', 'Error'
- duration
- String
Job duration.
- outputUrl
- String
Output URL.
- errorUrl
- String
Error URL.
- url
- String
Job URL.
- jobName
- String
Job name.
- trigger
- String
Job trigger.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET