IOverridingArgumentUpdate Interface

Definition

The stage of the container registry DockerTaskStep update allowing to specify any overriding arguments.

public interface IOverridingArgumentUpdate
type IOverridingArgumentUpdate = interface
Public Interface IOverridingArgumentUpdate
Derived

Methods

WithOverridingArgument(String, OverridingArgument)

The function that specifies the overriding argument and what it will override.

WithOverridingArguments(IDictionary<String,OverridingArgument>)

The function that specifies the overriding arguments and what they will override.

Applies to