Class EncodedTaskStep
java.lang.Object
com.microsoft.azure.management.containerregistry.TaskStepProperties
com.microsoft.azure.management.containerregistry.EncodedTaskStep
The properties of an EncodedTask step.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet base64 encoded value of the template/definition file content.Get base64 encoded value of the parameters/values file content.values()
Get the collection of overridable values that can be passed when running a task.withBase64EncodedTaskContent
(String encodedTaskContent) Set base64 encoded value of the template/definition file content.withBase64EncodedValuesContent
(String encodedValuesContent) Set base64 encoded value of the parameters/values file content.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.Methods inherited from class com.microsoft.azure.management.containerregistry.TaskStepProperties
baseImageDependencies, contextPath, withContextPath
-
Constructor Details
-
EncodedTaskStep
public EncodedTaskStep()
-
-
Method Details
-
encodedTaskContent
Get base64 encoded value of the template/definition file content.- Returns:
- the encodedTaskContent value
-
withBase64EncodedTaskContent
Set base64 encoded value of the template/definition file content.- Parameters:
encodedTaskContent
- the encodedTaskContent value to set- Returns:
- the EncodedTaskStep object itself.
-
encodedValuesContent
Get base64 encoded value of the parameters/values file content.- Returns:
- the encodedValuesContent value
-
withBase64EncodedValuesContent
Set base64 encoded value of the parameters/values file content.- Parameters:
encodedValuesContent
- the encodedValuesContent value to set- Returns:
- the EncodedTaskStep object itself.
-
values
Get the collection of overridable values that can be passed when running a task.- Returns:
- the values value
-
withValues
Set the collection of overridable values that can be passed when running a task.- Parameters:
values
- the values value to set- Returns:
- the EncodedTaskStep object itself.
-