Interface RegistryTaskRun.DefinitionStages.AgentConfiguration
-
- All Known Subinterfaces:
RegistryTaskRun.Definition,RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation
- Enclosing interface:
- RegistryTaskRun.DefinitionStages
public static interface RegistryTaskRun.DefinitionStages.AgentConfigurationThe stage of the container registry task run that specifies the AgentConfiguration for the container registry task run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTaskRun.DefinitionStages.RunRequestExecutablewithCpuCount(int count)The function that specifies the count of the CPU.
-
-
-
Method Detail
-
withCpuCount
RegistryTaskRun.DefinitionStages.RunRequestExecutable withCpuCount(int count)
The function that specifies the count of the CPU.- Parameters:
count- the CPU count.- Returns:
- the next stage of the container registry task run definition.
-
-