Interface RegistryEncodedTaskStep

All Superinterfaces:
RegistryTaskStep

@Beta(V1_17_0) public interface RegistryEncodedTaskStep extends RegistryTaskStep
An immutable client-side representation of an Azure RegistryEncodedTaskStep registry task.
  • Method Details

    • encodedTaskContent

      String encodedTaskContent()
      Returns:
      the encoded task content of this encoded task step
    • encodedValuesContent

      String encodedValuesContent()
      Returns:
      the encoded values content of this encoded task step
    • values

      List<SetValue> values()
      Returns:
      the values of this encoded task step