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
|
Delete(ITriggeredWebJobOperations, String) |
Delete a triggered WebJob.
|
|
DeleteAsync(ITriggeredWebJobOperations, String) |
Delete a triggered WebJob.
|
|
Get(ITriggeredWebJobOperations, String) |
|
|
GetAsync(ITriggeredWebJobOperations, String) |
|
|
GetRun(ITriggeredWebJobOperations, String, String) |
|
|
GetRunAsync(ITriggeredWebJobOperations, String, String) |
|
|
GetSettings(ITriggeredWebJobOperations, String) |
Get the settings of a triggered WebJob.
|
|
GetSettingsAsync(ITriggeredWebJobOperations, String) |
Get the settings of a triggered WebJob.
|
|
List(ITriggeredWebJobOperations) |
List the triggered WebJobs.
|
|
ListAsync(ITriggeredWebJobOperations) |
List the triggered WebJobs.
|
|
ListRuns(ITriggeredWebJobOperations, String) |
List the triggered WebJob runs.
|
|
ListRunsAsync(ITriggeredWebJobOperations, String) |
List the triggered WebJob runs.
|
|
Run(ITriggeredWebJobOperations, String) |
|
|
RunAsync(ITriggeredWebJobOperations, String) |
|
|
SetSettings(ITriggeredWebJobOperations, String, TriggeredWebJobSettingsUpdateParameters) |
Set the settings of a triggered WebJob (will replace the current settings of the WebJob).
|
|
SetSettingsAsync(ITriggeredWebJobOperations, String, TriggeredWebJobSettingsUpdateParameters) |
Set the settings of a triggered WebJob (will replace the current settings of the WebJob).
|
|
UploadFile(ITriggeredWebJobOperations, String, String, Stream) |
Create or replace a triggered WebJob with a script file (.exe, .bat, .php, .js...).
|
|
UploadFileAsync(ITriggeredWebJobOperations, String, String, Stream) |
Create or replace a triggered WebJob with a script file (.exe, .bat, .php, .js...).
|
|
UploadZip(ITriggeredWebJobOperations, String, String, Stream) |
Create or replace a triggered WebJob with a zip file (containing the WebJob binaries).
|
|
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