Interface RegistryTaskRun.DefinitionStages.BlankFromRuns
-
- All Known Subinterfaces:
RegistryTaskRun.Definition
- Enclosing interface:
- RegistryTaskRun.DefinitionStages
public static interface RegistryTaskRun.DefinitionStages.BlankFromRunsThe first stage of a RegistryTaskRun definition if definition is originating from a call on an existing RegistryTaskRun.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTaskRun.DefinitionStages.PlatformAltTaskRunRequestwithExistingRegistry(String resourceGroupName, String registryName)The function that specifies the registry this task run is called on.
-
-
-
Method Detail
-
withExistingRegistry
RegistryTaskRun.DefinitionStages.PlatformAltTaskRunRequest withExistingRegistry(String resourceGroupName, String registryName)
The function that specifies the registry this task run is called on.- Parameters:
resourceGroupName- the name of the resource group of the registry.registryName- the name of the registry.- Returns:
- the next stage of the container registry task run definition.
-
-