Class EncodedTaskStepUpdateParameters
java.lang.Object
com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters
com.microsoft.azure.management.containerregistry.EncodedTaskStepUpdateParameters
The properties for updating encoded task 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.withEncodedTaskContent
(String encodedTaskContent) Set base64 encoded value of the template/definition file content.withEncodedValuesContent
(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.TaskStepUpdateParameters
contextPath, withContextPath
-
Constructor Details
-
EncodedTaskStepUpdateParameters
public EncodedTaskStepUpdateParameters()
-
-
Method Details
-
encodedTaskContent
Get base64 encoded value of the template/definition file content.- Returns:
- the encodedTaskContent value
-
withEncodedTaskContent
Set base64 encoded value of the template/definition file content.- Parameters:
encodedTaskContent
- the encodedTaskContent value to set- Returns:
- the EncodedTaskStepUpdateParameters object itself.
-
encodedValuesContent
Get base64 encoded value of the parameters/values file content.- Returns:
- the encodedValuesContent value
-
withEncodedValuesContent
Set base64 encoded value of the parameters/values file content.- Parameters:
encodedValuesContent
- the encodedValuesContent value to set- Returns:
- the EncodedTaskStepUpdateParameters 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 EncodedTaskStepUpdateParameters object itself.
-