Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRegistryTasks 接口

定义

用于定义 RegistryTasks 集合的接口。

public interface IRegistryTasks : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.ITasksOperations>
type IRegistryTasks = interface
    interface IBeta
    interface IHasInner<ITasksOperations>
    interface ISupportsCreating<IBlank>
Public Interface IRegistryTasks
Implements IBeta, IHasInner(Of ITasksOperations), ISupportsCreating(Of IBlank)
实现

属性

Inner

用于定义 RegistryTasks 集合的接口。

(继承自 IHasInner<T>)

方法

Define(String)

用于定义 RegistryTasks 集合的接口。

(继承自 ISupportsCreating<T>)
DeleteByRegistry(String, String, String)

删除注册表中的任务。

DeleteByRegistryAsync(String, String, String, CancellationToken)

异步删除注册表中的任务。

GetByRegistry(String, String, String, Boolean)

获取注册表中的任务。

GetByRegistryAsync(String, String, String, Boolean, CancellationToken)

异步获取注册表中的任务。

ListByRegistry(String, String)

列出注册表中的任务。

ListByRegistryAsync(String, String, Boolean, CancellationToken)

异步列出注册表中的任务。

适用于