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, String, String, 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, String, String, 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 id = default, string name = default, string type = default, string kind = default, string webJobId = default, string webJobName = default, Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.Models.TriggeredJobRun : string * string * string * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredWebJobStatus> * Nullable<DateTime> * Nullable<DateTime> * string * string * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobRun
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, 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
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- 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
Azure SDK for .NET