Share via


RegistryFileTaskStep Interface

Implements

public interface RegistryFileTaskStep
extends RegistryTaskStep

An immutable client-side representation of an Azure RegistryFileTaskStep registry task.

Method Summary

Modifier and Type Method and Description
abstract String taskFilePath()

Gets the task file path of this file task step.

abstract List<SetValue> values()

Gets the values of this file task step.

abstract String valuesFilePath()

Gets the values file path of this file task step.

Method Details

taskFilePath

public abstract String taskFilePath()

Gets the task file path of this file task step.

Returns:

the task file path of this file task step

values

public abstract List<SetValue> values()

Gets the values of this file task step.

Returns:

the values of this file task step

valuesFilePath

public abstract String valuesFilePath()

Gets the values file path of this file task step.

Returns:

the values file path of this file task step

Applies to