IContinuousWebJobOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Operations for managing continuous WebJobs.
public interface IContinuousWebJobOperations
type IContinuousWebJobOperations = interface
Public Interface IContinuousWebJobOperations
Methods
DeleteAsync(String, CancellationToken) |
Delete a continuous job. |
GetAsync(String, CancellationToken) |
Get a continuous WebJob. |
GetSettingsAsync(String, CancellationToken) |
Get the settings of a continuous WebJob. |
ListAsync(CancellationToken) |
List the continuous web jobs. |
SetSettingsAsync(String, ContinuousWebJobSettingsUpdateParameters, CancellationToken) |
Set the settings of a continuous WebJob (will replace the current settings of the WebJob). |
StartAsync(String, CancellationToken) |
Start a continuous WebJob. |
StopAsync(String, CancellationToken) |
Stop a continuous WebJob. |
UploadFileAsync(String, String, Stream, CancellationToken) |
Create or replace a continuous WebJob with a script file (.exe, .bat, .php, .js...). |
UploadZipAsync(String, String, Stream, CancellationToken) |
Create or replace a continuous WebJob with a zip file (containing the WebJob binaries). |
Extension Methods
Applies to
Azure SDK for .NET