Udostępnij przez


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 RunRequestExecutable 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:

count - the CPU count.

Returns:

the next stage of the container registry task run definition.

Applies to