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
Modifier and TypeMethodDescriptionwithTaskRunRequest(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 Details
-
withTaskRunRequest
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.
-