TriggeredWebJobInner 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
TriggeredWebJobInner() |
Initializes a new instance of the TriggeredWebJobInner class. |
TriggeredWebJobInner(String, String, String, String, TriggeredJobRun, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>) |
Initializes a new instance of the TriggeredWebJobInner class. |
TriggeredWebJobInner()
Initializes a new instance of the TriggeredWebJobInner class.
public TriggeredWebJobInner ();
Public Sub New ()
Applies to
TriggeredWebJobInner(String, String, String, String, TriggeredJobRun, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>)
Initializes a new instance of the TriggeredWebJobInner class.
public TriggeredWebJobInner (string id = default, string name = default, string type = default, string kind = default, Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobRun latestRun = default, string historyUrl = default, string schedulerLogsUrl = default, string runCommand = default, string url = default, string extraInfoUrl = default, Microsoft.Azure.Management.AppService.Fluent.Models.WebJobType? webJobType = default, string error = default, bool? usingSdk = default, System.Collections.Generic.IDictionary<string,object> settings = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredWebJobInner : string * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredJobRun * string * string * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.WebJobType> * string * Nullable<bool> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredWebJobInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional latestRun As TriggeredJobRun = Nothing, Optional historyUrl As String = Nothing, Optional schedulerLogsUrl As String = Nothing, Optional runCommand As String = Nothing, Optional url As String = Nothing, Optional extraInfoUrl As String = Nothing, Optional webJobType As Nullable(Of WebJobType) = Nothing, Optional error As String = Nothing, Optional usingSdk As Nullable(Of Boolean) = Nothing, Optional settings As IDictionary(Of String, Object) = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- latestRun
- TriggeredJobRun
Latest job run information.
- historyUrl
- String
History URL.
- schedulerLogsUrl
- String
Scheduler Logs URL.
- runCommand
- String
Run command.
- url
- String
Job URL.
- extraInfoUrl
- String
Extra Info URL.
- webJobType
- Nullable<WebJobType>
Job type. Possible values include: 'Continuous', 'Triggered'
- error
- String
Error information.
- settings
- IDictionary<String,Object>
Job settings.
Applies to
Azure SDK for .NET