ITriggeredWebJobOperations Interface

 

Operations for managing Triggered WebJobs.

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

public interface ITriggeredWebJobOperations

NameDescription
System_CAPS_pubmethodDeleteAsync(String, CancellationToken)

Delete a triggered WebJob.

System_CAPS_pubmethodGetAsync(String, CancellationToken)

Get a triggered web job.

System_CAPS_pubmethodGetRunAsync(String, String, CancellationToken)

Get a web job run.

System_CAPS_pubmethodGetSettingsAsync(String, CancellationToken)

Get the settings of a triggered WebJob.

System_CAPS_pubmethodListAsync(CancellationToken)

List the triggered WebJobs.

System_CAPS_pubmethodListRunsAsync(String, CancellationToken)

List the triggered WebJob runs.

System_CAPS_pubmethodRunAsync(String, CancellationToken)

Run a triggered WebJob.

System_CAPS_pubmethodSetSettingsAsync(String, TriggeredWebJobSettingsUpdateParameters, CancellationToken)

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

System_CAPS_pubmethodUploadFileAsync(String, String, Stream, CancellationToken)

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

System_CAPS_pubmethodUploadZipAsync(String, String, Stream, CancellationToken)

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

NameDescription
System_CAPS_pubmethodDelete(String)

Delete a triggered WebJob.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(String)

Delete a triggered WebJob.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodGet(String)

Get a triggered web job.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodGetAsync(String)

Get a triggered web job.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodGetRun(String, String)

Get a web job run.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodGetRunAsync(String, String)

Get a web job run.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodGetSettings(String)

Get the settings of a triggered WebJob.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodGetSettingsAsync(String)

Get the settings of a triggered WebJob.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodList()

List the triggered WebJobs.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodListAsync()

List the triggered WebJobs.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodListRuns(String)

List the triggered WebJob runs.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodListRunsAsync(String)

List the triggered WebJob runs.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodRun(String)

Run a triggered WebJob.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodRunAsync(String)

Run a triggered WebJob.(Defined by TriggeredWebJobOperationsExtensions.)

System_CAPS_pubmethodSetSettings(String, TriggeredWebJobSettingsUpdateParameters)

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

System_CAPS_pubmethodSetSettingsAsync(String, TriggeredWebJobSettingsUpdateParameters)

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

System_CAPS_pubmethodUploadFile(String, String, Stream)

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

System_CAPS_pubmethodUploadFileAsync(String, String, Stream)

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

System_CAPS_pubmethodUploadZip(String, String, Stream)

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

System_CAPS_pubmethodUploadZipAsync(String, String, Stream)

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

Return to top
Show: