ContinuousWebJobOperationsExtensions Members
The websites extensions client manages the web sites deployments, web jobs and other extensions.
The following tables list the members exposed by the ContinuousWebJobOperationsExtensions type.
Public Methods
Name | Description | |
---|---|---|
Delete | Delete a continuous job. | |
DeleteAsync | Delete a continuous job. | |
Get | Get a continuous WebJob. | |
GetAsync | Get a continuous WebJob. | |
GetSettings | Get the settings of a continuous WebJob. | |
GetSettingsAsync | Get the settings of a continuous WebJob. | |
List | List the continuous web jobs. | |
ListAsync | List the continuous web jobs. | |
SetSettings | Set the settings of a continuous WebJob (will replace the current settings of the WebJob). | |
SetSettingsAsync | Set the settings of a continuous WebJob (will replace the current settings of the WebJob). | |
Start | Start a continuous WebJob. | |
StartAsync | Start a continuous WebJob. | |
Stop | Stop a continuous WebJob. | |
StopAsync | Stop a continuous WebJob. | |
UploadFile | Create or replace a continuous WebJob with a script file (.exe, .bat, .php, .js...). | |
UploadFileAsync | Create or replace a continuous WebJob with a script file (.exe, .bat, .php, .js...). | |
UploadZip | Create or replace a continuous WebJob with a zip file (containing the WebJob binaries). | |
UploadZipAsync | Create or replace a continuous WebJob with a zip file (containing the WebJob binaries). |
Top
See Also
Reference
ContinuousWebJobOperationsExtensions Class
Microsoft.WindowsAzure Namespace