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

IEncodedTaskRunRequestStepAttachable 接口

定义

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

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

方法

Attach()

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

(继承自 IAttachable<ParentT>)
WithBase64EncodedValueContent(String)

指定 base64 编码值内容的函数。

WithOverridingValue(String, OverridingValue)

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

WithOverridingValues(IDictionary<String,OverridingValue>)

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

适用于