Class TaskRunRequest
java.lang.Object
com.microsoft.azure.management.containerregistry.RunRequest
com.microsoft.azure.management.containerregistry.TaskRunRequest
The parameters for a task run request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontaskName()
Get the name of task against which run has to be queued.values()
Get the collection of overridable values that can be passed when running a task.withTaskName
(String taskName) Set the name of task against which run has to be queued.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.RunRequest
isArchiveEnabled, withIsArchiveEnabled
-
Constructor Details
-
TaskRunRequest
public TaskRunRequest()
-
-
Method Details
-
taskName
Get the name of task against which run has to be queued.- Returns:
- the taskName value
-
withTaskName
Set the name of task against which run has to be queued.- Parameters:
taskName
- the taskName value to set- Returns:
- the TaskRunRequest 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 TaskRunRequest object itself.
-