RegistryTask.DefinitionStages.AgentConfiguration Interface

public static interface RegistryTask.DefinitionStages.AgentConfiguration

The stage of the container registry task definition that specifies the AgentConfiguration for the container registry task.

Method Summary

Modifier and Type Method and Description
abstract TaskCreatable withCpuCount(int count)

The function that specifies the count of the CPU.

Method Details

withCpuCount

public abstract 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.

Applies to