Interface RegistryFileTaskStep

All Superinterfaces:
RegistryTaskStep

public interface RegistryFileTaskStep extends RegistryTaskStep
An immutable client-side representation of an Azure RegistryFileTaskStep registry task.
  • Method Details

    • taskFilePath

      String taskFilePath()
      Gets the task file path of this file task step.
      Returns:
      the task file path of this file task step
    • valuesFilePath

      String valuesFilePath()
      Gets the values file path of this file task step.
      Returns:
      the values file path of this file task step
    • values

      List<SetValue> values()
      Gets the values of this file task step.
      Returns:
      the values of this file task step