Share via


RegistryFileTaskStep.UpdateStages.ValuePath Interface

public static interface RegistryFileTaskStep.UpdateStages.ValuePath

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

Method Summary

Modifier and Type Method and Description
abstract Update withValuesPath(String path)

The function that specifies the path to the values.

Method Details

withValuesPath

public abstract RegistryFileTaskStep.Update withValuesPath(String path)

The function that specifies the path to the values.

Parameters:

path - the path to the values.

Returns:

the next stage of the container registry FileTaskStep update.

Applies to