Interface RegistryTaskRun.DefinitionStages.AgentConfiguration
- All Known Subinterfaces:
RegistryTaskRun.Definition
,RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation
- Enclosing interface:
- RegistryTaskRun.DefinitionStages
public static interface RegistryTaskRun.DefinitionStages.AgentConfiguration
The stage of the container registry task run that specifies the AgentConfiguration for the container registry task run.
-
Method Summary
Modifier and TypeMethodDescriptionwithCpuCount
(int count) The function that specifies the count of the CPU.
-
Method Details
-
withCpuCount
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.
-