ITriggeredWebJobOperations 接口
用于管理触发 WebJobs 的操作。
命名空间: Microsoft.WindowsAzure.WebSitesExtensions
程序集: Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)
语法
public interface ITriggeredWebJobOperations
public interface class ITriggeredWebJobOperations
type ITriggeredWebJobOperations = interface end
Public Interface ITriggeredWebJobOperations
方法
名称 | 说明 | |
---|---|---|
DeleteAsync(String, CancellationToken) | 删除触发的 WebJob。 |
|
GetAsync(String, CancellationToken) | 获取触发的 web 作业。 |
|
GetRunAsync(String, String, CancellationToken) | 获取 web 作业运行。 |
|
GetSettingsAsync(String, CancellationToken) | 获取触发 WebJob 的设置。 |
|
ListAsync(CancellationToken) | 列出触发的 WebJobs。 |
|
ListRunsAsync(String, CancellationToken) | 列出触发的 WebJob 运行。 |
|
RunAsync(String, CancellationToken) | 运行触发的 WebJob。 |
|
SetSettingsAsync(String, TriggeredWebJobSettingsUpdateParameters, CancellationToken) | 设置触发 WebJob (将替换的 webjob 的当前设置) 的设置。 |
|
UploadFileAsync(String, String, Stream, CancellationToken) | 创建或触发的 WebJob 替换为.exe、.bat、.php (.js...) 的脚本文件。 |
|
UploadZipAsync(String, String, Stream, CancellationToken) | 创建或触发的 WebJob 替换 (包含 WebJob 二进制文件) 的 zip 文件。 |
扩展方法
请参阅
Microsoft.WindowsAzure.WebSitesExtensions 命名空间
返回页首