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

IRunRequestExecutableWithSourceLocation 接口

定义

容器注册表任务运行定义的阶段,其中包含要执行的资源所需的全部最低输入(如果任务运行请求类型是文件、编码或 Docker),但也允许指定任何其他可选设置。

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

属性

Key

容器注册表任务运行定义的阶段,其中包含要执行的资源所需的全部最低输入(如果任务运行请求类型是文件、编码或 Docker),但也允许指定任何其他可选设置。

(继承自 IIndexable)

方法

Execute()

执行请求。

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

异步执行请求。

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

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

(继承自 IArchive)
WithCpuCount(Int32)

指定 CPU 计数的函数。

(继承自 IAgentConfiguration)
WithSourceLocation(String)

指定源代码管理位置的函数。

WithTimeout(Int32)

指定超时的函数。

适用于