你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IDefinition 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与注册表文件任务运行请求相关的所有定义的容器接口。
public interface IDefinition : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskRunRequest.Definition.IBlank, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskRunRequest.Definition.IFileTaskPath, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskRunRequest.Definition.IFileTaskRunRequestStepAttachable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestExecutableWithSourceLocation>
type IDefinition = interface
interface IBlank
interface IFileTaskPath
interface IFileTaskRunRequestStepAttachable
interface IAttachable<IRunRequestExecutableWithSourceLocation>
Public Interface IDefinition
Implements IAttachable(Of IRunRequestExecutableWithSourceLocation), IBlank, IFileTaskPath, IFileTaskRunRequestStepAttachable
- 实现
方法
Attach() |
将此子对象的定义附加到其父对象的定义。 (继承自 IAttachable<ParentT>) |
DefineFileTaskStep() |
获取 开始任务运行请求中文件任务步骤定义的函数。 (继承自 IBlank) |
WithOverridingValue(String, OverridingValue) |
指定重写值及其将替代的内容的函数。 (继承自 IFileTaskRunRequestStepAttachable) |
WithOverridingValues(IDictionary<String,OverridingValue>) |
指定重写值及其将替代的内容的函数。 (继承自 IFileTaskRunRequestStepAttachable) |
WithTaskPath(String) |
指定任务文件的路径的函数。 (继承自 IFileTaskPath) |
WithValuesPath(String) |
指定值文件路径的函数。 (继承自 IFileTaskRunRequestStepAttachable) |