Interface RegistryTaskRun.DefinitionStages.PlatformAltTaskRunRequest
-
- All Superinterfaces:
RegistryTaskRun.DefinitionStages.Platform
- All Known Subinterfaces:
RegistryTaskRun.Definition,RegistryTaskRun.DefinitionStages.BlankFromRegistry
- Enclosing interface:
- RegistryTaskRun.DefinitionStages
public static interface RegistryTaskRun.DefinitionStages.PlatformAltTaskRunRequest extends RegistryTaskRun.DefinitionStages.Platform
The stage of the container registry task run definition that allows to specify the task run is going to be run with a TaskRunRequest.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTaskRun.DefinitionStages.RegistryTaskRunRequestwithTaskRunRequest(String taskName)The function that specifies the name of the existing task to run.-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistryTaskRun.DefinitionStages.Platform
withLinux, withLinux, withLinux, withPlatform, withWindows, withWindows, withWindows
-
-
-
-
Method Detail
-
withTaskRunRequest
RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest withTaskRunRequest(String taskName)
The function that specifies the name of the existing task to run.- Parameters:
taskName- the name of the created task to pass into the task run request.- Returns:
- the next stage of the container registry task run definition.
-
-