TriggeredWebJobOperationsExtensions Methods

 

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDelete(ITriggeredWebJobOperations, String)

Delete a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(ITriggeredWebJobOperations, String)

Delete a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_staticGet(ITriggeredWebJobOperations, String)

Get a triggered web job.

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(ITriggeredWebJobOperations, String)

Get a triggered web job.

System_CAPS_pubmethodSystem_CAPS_staticGetRun(ITriggeredWebJobOperations, String, String)

Get a web job run.

System_CAPS_pubmethodSystem_CAPS_staticGetRunAsync(ITriggeredWebJobOperations, String, String)

Get a web job run.

System_CAPS_pubmethodSystem_CAPS_staticGetSettings(ITriggeredWebJobOperations, String)

Get the settings of a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_staticGetSettingsAsync(ITriggeredWebJobOperations, String)

Get the settings of a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_staticList(ITriggeredWebJobOperations)

List the triggered WebJobs.

System_CAPS_pubmethodSystem_CAPS_staticListAsync(ITriggeredWebJobOperations)

List the triggered WebJobs.

System_CAPS_pubmethodSystem_CAPS_staticListRuns(ITriggeredWebJobOperations, String)

List the triggered WebJob runs.

System_CAPS_pubmethodSystem_CAPS_staticListRunsAsync(ITriggeredWebJobOperations, String)

List the triggered WebJob runs.

System_CAPS_pubmethodSystem_CAPS_staticRun(ITriggeredWebJobOperations, String)

Run a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_staticRunAsync(ITriggeredWebJobOperations, String)

Run a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_staticSetSettings(ITriggeredWebJobOperations, String, TriggeredWebJobSettingsUpdateParameters)

Set the settings of a triggered WebJob (will replace the current settings of the WebJob).

System_CAPS_pubmethodSystem_CAPS_staticSetSettingsAsync(ITriggeredWebJobOperations, String, TriggeredWebJobSettingsUpdateParameters)

Set the settings of a triggered WebJob (will replace the current settings of the WebJob).

System_CAPS_pubmethodSystem_CAPS_staticUploadFile(ITriggeredWebJobOperations, String, String, Stream)

Create or replace a triggered WebJob with a script file (.exe, .bat, .php, .js...).

System_CAPS_pubmethodSystem_CAPS_staticUploadFileAsync(ITriggeredWebJobOperations, String, String, Stream)

Create or replace a triggered WebJob with a script file (.exe, .bat, .php, .js...).

System_CAPS_pubmethodSystem_CAPS_staticUploadZip(ITriggeredWebJobOperations, String, String, Stream)

Create or replace a triggered WebJob with a zip file (containing the WebJob binaries).

System_CAPS_pubmethodSystem_CAPS_staticUploadZipAsync(ITriggeredWebJobOperations, String, String, Stream)

Create or replace a triggered WebJob with a zip file (containing the WebJob binaries).

Return to top
Show: