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

IRunRequestExecutable 接口

定义

使用 TaskRunRequest 时定义的阶段,该阶段包含要执行的资源所需的所有最小输入,但也允许指定任何其他可选设置。

public interface IRunRequestExecutable : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IArchive, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>
type IRunRequestExecutable = interface
    interface IArchive
    interface IExecutable<IRegistryTaskRun>
    interface IIndexable
Public Interface IRunRequestExecutable
Implements IArchive, IExecutable(Of IRegistryTaskRun)
派生
实现

属性

Key

使用 TaskRunRequest 时定义的阶段,该阶段包含要执行的资源所需的所有最小输入,但也允许指定任何其他可选设置。

(继承自 IIndexable)

方法

Execute()

执行请求。

(继承自 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

异步执行请求。

(继承自 IExecutable<T>)
WithArchiveEnabled(Boolean)

启用或禁用指定存档的函数。

(继承自 IArchive)

适用于