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

IDockerTaskRunRequestStepAttachable 接口

定义

定义的阶段,它包含要附加的资源所需的所有最小输入,但也允许指定任何其他可选设置。

public interface IDockerTaskRunRequestStepAttachable : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestExecutableWithSourceLocation>
type IDockerTaskRunRequestStepAttachable = interface
    interface IAttachable<IRunRequestExecutableWithSourceLocation>
Public Interface IDockerTaskRunRequestStepAttachable
Implements IAttachable(Of IRunRequestExecutableWithSourceLocation)
派生
实现

方法

Attach()

将此子对象的定义附加到其父对象的定义。

(继承自 IAttachable<ParentT>)
WithCacheEnabled(Boolean)

将使用或不使用指定缓存的函数。

WithImageNames(IList<String>)

指定图像名称列表的函数。

WithOverridingArgument(String, OverridingArgument)

指定重写自变量及其将替代的内容的函数。

WithOverridingArguments(IDictionary<String,OverridingArgument>)

指定重写参数及其将替代的内容的函数。

WithPushEnabled(Boolean)

指定推送的函数已启用或未启用。

适用于