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 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
- Implements
Methods
Parent() | (Inherited from ISettable<ParentT>) |
WithOverridingValue(String, OverridingValue) |
The function that specifies a single value that will override the corresponding value specified under the function withValuesPath(). (Inherited from IOverridingValues) |
WithOverridingValues(IDictionary<String,OverridingValue>) |
The function that specifies the values that override the corresponding values specified under the function withValuesPath(). (Inherited from IOverridingValues) |
WithTaskPath(String) |
The function that specifies the path to the task file. (Inherited from IFileTaskPath) |
WithValuesPath(String) |
The function that specifies the path to the values. (Inherited from IValuePath) |
Applies to
Azure SDK for .NET