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

IFileTaskRunRequestStepAttachable 接口

定义

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

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

方法

Attach()

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

(继承自 IAttachable<ParentT>)
WithOverridingValue(String, OverridingValue)

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

WithOverridingValues(IDictionary<String,OverridingValue>)

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

WithValuesPath(String)

指定值文件路径的函数。

适用于