IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Container interface for all the updates related to a 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
- Implements
Methods
Parent() | (Inherited from ISettable<ParentT>) |
WithBase64EncodedTaskContent(String) |
The function that specifies the path to the base64 encoded task content. (Inherited from IEncodedTaskContent) |
WithBase64EncodedValueContent(String) |
The function that specifies the path to the base64 encoded value content. (Inherited from IValuePath) |
WithOverridingValue(String, OverridingValue) |
The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent(). (Inherited from IOverridingValues) |
WithOverridingValues(IDictionary<String,OverridingValue>) |
The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent(). (Inherited from IOverridingValues) |
Applies to
Azure SDK for .NET