Share via


IAgentConfiguration.WithCpuCount(Int32) Method

Definition

The function that updates the count of the CPU.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate WithCpuCount (int count);
abstract member WithCpuCount : int -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate
Public Function WithCpuCount (count As Integer) As IUpdate

Parameters

count
Int32

The CPU count.

Returns

Applies to