IUpdate Interface

Definition

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