Share via


RegistryEncodedTaskStep Interface

Implements

public interface RegistryEncodedTaskStep
extends RegistryTaskStep

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

Method Summary

Modifier and Type Method and Description
abstract String encodedTaskContent()

Gets the encoded task content of this encoded task step.

abstract String encodedValuesContent()

Gets the encoded values content of this encoded task step.

abstract List<SetValue> values()

Gets the values of this encoded task step.

Method Details

encodedTaskContent

public abstract String encodedTaskContent()

Gets the encoded task content of this encoded task step.

Returns:

the encoded task content of this encoded task step

encodedValuesContent

public abstract String encodedValuesContent()

Gets the encoded values content of this encoded task step.

Returns:

the encoded values content of this encoded task step

values

public abstract List<SetValue> values()

Gets the values of this encoded task step.

Returns:

the values of this encoded task step

Applies to