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<Set |
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:
values
public abstract List<SetValue> values()
Gets the values of this file task step.
Returns:
valuesFilePath
public abstract String valuesFilePath()
Gets the values file path of this file task step.
Returns: