Interface RegistryTask.UpdateStages.AgentConfiguration
-
- All Known Subinterfaces:
RegistryTask.Update
- Enclosing interface:
- RegistryTask.UpdateStages
public static interface RegistryTask.UpdateStages.AgentConfigurationThe stage of the container registry task update that updates the AgentConfiguration for the container registry task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTask.UpdatewithCpuCount(int count)The function that updates the count of the CPU.
-
-
-
Method Detail
-
withCpuCount
RegistryTask.Update withCpuCount(int count)
The function that updates the count of the CPU.- Parameters:
count- the CPU count.- Returns:
- the next stage of the container registry task update.
-
-