TriggeredWebJobOperationsExtensions Members

The websites extensions client manages the web sites deployments, web jobs and other extensions.

The following tables list the members exposed by the TriggeredWebJobOperationsExtensions type.

Public Methods

  Name Description
Delete Delete a triggered WebJob.
DeleteAsync Delete a triggered WebJob.
Get Get a triggered web job.
GetAsync Get a triggered web job.
GetRun Get a web job run.
GetRunAsync Get a web job run.
GetSettings Get the settings of a triggered WebJob.
GetSettingsAsync Get the settings of a triggered WebJob.
List List the triggered WebJobs.
ListAsync List the triggered WebJobs.
ListRuns List the triggered WebJob runs.
ListRunsAsync List the triggered WebJob runs.
Run Run a triggered WebJob.
RunAsync Run a triggered WebJob.
SetSettings Set the settings of a triggered WebJob (will replace the current settings of the WebJob).
SetSettingsAsync Set the settings of a triggered WebJob (will replace the current settings of the WebJob).
UploadFile Create or replace a triggered WebJob with a script file (.exe, .bat, .php, .js...).
UploadFileAsync Create or replace a triggered WebJob with a script file (.exe, .bat, .php, .js...).
UploadZip Create or replace a triggered WebJob with a zip file (containing the WebJob binaries).
UploadZipAsync Create or replace a triggered WebJob with a zip file (containing the WebJob binaries).

Top

See Also

Reference

TriggeredWebJobOperationsExtensions Class
Microsoft.WindowsAzure Namespace