IOverridingValues Interface

Definition

The stage of the container registry FileTaskStep update allowing to specify the overriding values.

public interface IOverridingValues
type IOverridingValues = interface
Public Interface IOverridingValues
Derived

Methods

WithOverridingValue(String, OverridingValue)

The function that specifies a single value that will override the corresponding value specified under the function withValuesPath().

WithOverridingValues(IDictionary<String,OverridingValue>)

The function that specifies the values that override the corresponding values specified under the function withValuesPath().

Applies to