TriggeredWebJobProperties Class

TriggeredWebJob resource specific properties.

Constructor

TriggeredWebJobProperties(*args: Any, **kwargs: Any)

Variables

Name Description
latest_run

Latest job run information.

history_url
str

History URL.

scheduler_logs_url
str

Scheduler Logs URL.

run_command
str

Run command.

url
str

Job URL.

extra_info_url
str

Extra Info URL.

web_job_type

Job type. Known values are: "Continuous" and "Triggered".

error
str

Error information.

using_sdk

Using SDK?.

public_network_access
str

Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string.

storage_account_required

Checks if Customer provided storage account is required.

settings

Job settings.

Attributes

error

Error information.

error: str | None

extra_info_url

Extra Info URL.

extra_info_url: str | None

history_url

History URL.

history_url: str | None

latest_run

Latest job run information.

latest_run: _models.TriggeredJobRun | None

public_network_access

'Enabled', 'Disabled' or an empty string.

public_network_access: str | None

run_command

Run command.

run_command: str | None

scheduler_logs_url

Scheduler Logs URL.

scheduler_logs_url: str | None

settings

Job settings.

settings: dict[str, Any] | None

storage_account_required

Checks if Customer provided storage account is required.

storage_account_required: bool | None

url

Job URL.

url: str | None

using_sdk

Using SDK?.

using_sdk: bool | None

web_job_type

"Continuous" and "Triggered".

web_job_type: str | _models.WebJobType | None