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

IUpdate 接口

定义

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

public interface IUpdate : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskStep.Update.ICache, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskStep.Update.IDockerFilePath, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskStep.Update.IImageNames, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskStep.Update.IOverridingArgumentUpdate, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryDockerTaskStep.Update.IPush, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate>
type IUpdate = interface
    interface IDockerFilePath
    interface IImageNames
    interface IPush
    interface ICache
    interface IOverridingArgumentUpdate
    interface ISettable<IUpdate>
Public Interface IUpdate
Implements ICache, IDockerFilePath, IImageNames, IOverridingArgumentUpdate, IPush, ISettable(Of IUpdate)
实现

方法

Parent()

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

(继承自 ISettable<ParentT>)
WithCacheEnabled(Boolean)

指定任务的函数具有缓存。

(继承自 ICache)
WithDockerFilePath(String)

指定 Docker 文件的路径的函数。

(继承自 IDockerFilePath)
WithImageNames(IList<String>)

指定映像名称的函数。

(继承自 IImageNames)
WithOverridingArgument(String, OverridingArgument)

指定重写参数及其将重写的内容的函数。

(继承自 IOverridingArgumentUpdate)
WithOverridingArguments(IDictionary<String,OverridingArgument>)

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

(继承自 IOverridingArgumentUpdate)
WithPushEnabled(Boolean)

启用指定推送的函数。

(继承自 IPush)

适用于