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

IFileTaskStepAttachable 接口

定义

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

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

方法

Attach()

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

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

指定单个值的函数,该值将替代在函数 withValuesPath () 下指定的相应值。

WithOverridingValues(IDictionary<String,OverridingValue>)

一个函数,该函数指定值,这些值将替代在函数 withValuesPath () 下指定的相应值。

WithValuesPath(String)

指定值路径的函数。

适用于