WebJobInner Constructors

Definition

Overloads

WebJobInner()

Initializes a new instance of the WebJobInner class.

WebJobInner(String, String, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>)

Initializes a new instance of the WebJobInner class.

WebJobInner()

Initializes a new instance of the WebJobInner class.

public WebJobInner ();
Public Sub New ()

Applies to

WebJobInner(String, String, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>)

Initializes a new instance of the WebJobInner class.

public WebJobInner (string id = default, string name = default, string type = default, string kind = 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.WebJobInner : string * string * 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.WebJobInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind 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.

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.

usingSdk
Nullable<Boolean>

Using SDK?

settings
IDictionary<String,Object>

Job settings.

Applies to