你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IUpdate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与 RegistryEncodedTaskStep 相关的所有更新的容器接口。
public interface IUpdate : Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryEncodedTaskStep.Update.IEncodedTaskContent, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryEncodedTaskStep.Update.IOverridingValues, Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryEncodedTaskStep.Update.IValuePath, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate>
type IUpdate = interface
interface IEncodedTaskContent
interface IValuePath
interface IOverridingValues
interface ISettable<IUpdate>
Public Interface IUpdate
Implements IEncodedTaskContent, IOverridingValues, ISettable(Of IUpdate), IValuePath
- 实现
方法
Parent() |
与 RegistryEncodedTaskStep 相关的所有更新的容器接口。 (继承自 ISettable<ParentT>) |
WithBase64EncodedTaskContent(String) |
指定 base64 编码任务内容的路径的函数。 (继承自 IEncodedTaskContent) |
WithBase64EncodedValueContent(String) |
指定 base64 编码值内容的路径的函数。 (继承自 IValuePath) |
WithOverridingValue(String, OverridingValue) |
指定单个值的函数,该值将替代在函数 withBase64EncodedValueContent () 下指定的相应值。 (继承自 IOverridingValues) |
WithOverridingValues(IDictionary<String,OverridingValue>) |
该函数指定的值,这些值替代使用Base64EncodedValueContent () 函数指定的相应值。 (继承自 IOverridingValues) |