Interface RegistryTask.DefinitionStages.AgentConfiguration
-
- All Known Subinterfaces:
RegistryTask.Definition,RegistryTask.DefinitionStages.TaskCreatable
- Enclosing interface:
- RegistryTask.DefinitionStages
public static interface RegistryTask.DefinitionStages.AgentConfigurationThe stage of the container registry task definition that specifies the AgentConfiguration for the container registry task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTask.DefinitionStages.TaskCreatablewithCpuCount(int count)The function that specifies the count of the CPU.
-
-
-
Method Detail
-
withCpuCount
RegistryTask.DefinitionStages.TaskCreatable 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 definition.
-
-