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 java.lang.String taskFilePath()
abstract java.util.List<SetValue> values()
abstract java.lang.String valuesFilePath()

Method Details

taskFilePath

public abstract String taskFilePath()

Returns:

the task file path of this file task step

values

public abstract List values()

Returns:

the values of this file task step

valuesFilePath

public abstract String valuesFilePath()

Returns:

the values file path of this file task step

Applies to