TriggeredWebJobOperationsExtensions Class

 

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

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.TriggeredWebJobOperationsExtensions

Syntax

public static class TriggeredWebJobOperationsExtensions
[ExtensionAttribute]
public ref class TriggeredWebJobOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type TriggeredWebJobOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class TriggeredWebJobOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Delete(ITriggeredWebJobOperations, String)

Delete a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(ITriggeredWebJobOperations, String)

Delete a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_static Get(ITriggeredWebJobOperations, String)

Get a triggered web job.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(ITriggeredWebJobOperations, String)

Get a triggered web job.

System_CAPS_pubmethodSystem_CAPS_static GetRun(ITriggeredWebJobOperations, String, String)

Get a web job run.

System_CAPS_pubmethodSystem_CAPS_static GetRunAsync(ITriggeredWebJobOperations, String, String)

Get a web job run.

System_CAPS_pubmethodSystem_CAPS_static GetSettings(ITriggeredWebJobOperations, String)

Get the settings of a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_static GetSettingsAsync(ITriggeredWebJobOperations, String)

Get the settings of a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_static List(ITriggeredWebJobOperations)

List the triggered WebJobs.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(ITriggeredWebJobOperations)

List the triggered WebJobs.

System_CAPS_pubmethodSystem_CAPS_static ListRuns(ITriggeredWebJobOperations, String)

List the triggered WebJob runs.

System_CAPS_pubmethodSystem_CAPS_static ListRunsAsync(ITriggeredWebJobOperations, String)

List the triggered WebJob runs.

System_CAPS_pubmethodSystem_CAPS_static Run(ITriggeredWebJobOperations, String)

Run a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_static RunAsync(ITriggeredWebJobOperations, String)

Run a triggered WebJob.

System_CAPS_pubmethodSystem_CAPS_static SetSettings(ITriggeredWebJobOperations, String, TriggeredWebJobSettingsUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static SetSettingsAsync(ITriggeredWebJobOperations, String, TriggeredWebJobSettingsUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static UploadFile(ITriggeredWebJobOperations, String, String, Stream)

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

System_CAPS_pubmethodSystem_CAPS_static UploadFileAsync(ITriggeredWebJobOperations, String, String, Stream)

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

System_CAPS_pubmethodSystem_CAPS_static UploadZip(ITriggeredWebJobOperations, String, String, Stream)

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

System_CAPS_pubmethodSystem_CAPS_static UploadZipAsync(ITriggeredWebJobOperations, String, String, Stream)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure Namespace

Return to top