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

IUpdate 接口

定义

与 RegistryFileTaskStep 相关的所有更新的容器接口。

public interface IUpdate : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskStep.Update.IFileTaskPath, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskStep.Update.IOverridingValues, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryFileTaskStep.Update.IValuePath, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate>
type IUpdate = interface
    interface IFileTaskPath
    interface IValuePath
    interface IOverridingValues
    interface ISettable<IUpdate>
Public Interface IUpdate
Implements IFileTaskPath, IOverridingValues, ISettable(Of IUpdate), IValuePath
实现

方法

Parent()

与 RegistryFileTaskStep 相关的所有更新的容器接口。

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

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

(继承自 IOverridingValues)
WithOverridingValues(IDictionary<String,OverridingValue>)

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

(继承自 IOverridingValues)
WithTaskPath(String)

指定任务文件的路径的函数。

(继承自 IFileTaskPath)
WithValuesPath(String)

指定值路径的函数。

(继承自 IValuePath)

适用于