RegistryTaskRun.DefinitionStages.AgentConfiguration Interface
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 Type | Method and Description |
|---|---|
|
abstract
Run |
withCpuCount(int count)
The function that specifies the count of the CPU. |
Method Details
withCpuCount
public abstract RegistryTaskRun.DefinitionStages.RunRequestExecutable withCpuCount(int count)
The function that specifies the count of the CPU.
Parameters:
Returns: