你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IRegistryTaskRuns 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure 注册表任务运行的集合的不可变客户端表示形式。
public interface IRegistryTaskRuns : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IRegistryTaskRuns = interface
interface IBeta
Public Interface IRegistryTaskRuns
Implements IBeta
- 实现
方法
Cancel(String, String, String) |
取消任务运行的函数。 |
CancelAsync(String, String, String, CancellationToken) |
取消任务异步运行的函数。 |
GetLogSasUrl(String, String, String) |
将 URI 返回到任务运行日志的函数。 |
GetLogSasUrlAsync(String, String, String, CancellationToken) |
以异步方式将 URI 返回到任务运行日志的函数。 |
ListByRegistry(String, String) |
列出注册表异步中的 RegistryTaskRun 实例的函数。 |
ListByRegistryAsync(String, String, Boolean, CancellationToken) |
以异步方式列出注册表中的 RegistryTaskRun 实例的函数。 |
ScheduleRun() |
获取开始计划运行步骤的函数。 |