Share via


WebJobPropertiesOutput interface

WebJob resource specific properties

Properties

error

Error information.

extra_info_url

Extra Info URL.

run_command

Run command.

settings

Job settings.

url

Job URL.

using_sdk

Using SDK?

web_job_type

Job type.

Property Details

error

Error information.

error?: string

Property Value

string

extra_info_url

Extra Info URL.

extra_info_url?: string

Property Value

string

run_command

Run command.

run_command?: string

Property Value

string

settings

Job settings.

settings?: Record<string, Record<string, unknown>>

Property Value

Record<string, Record<string, unknown>>

url

Job URL.

url?: string

Property Value

string

using_sdk

Using SDK?

using_sdk?: boolean

Property Value

boolean

web_job_type

Job type.

web_job_type?: "Continuous" | "Triggered"

Property Value

"Continuous" | "Triggered"