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