RegistryTask.UpdateStages.AgentConfiguration Interface
public static interface RegistryTask.UpdateStages.AgentConfiguration
The stage of the container registry task update that updates the AgentConfiguration for the container registry task.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withCpuCount(int count)
The function that updates the count of the CPU. |
Method Details
withCpuCount
public abstract RegistryTask.Update withCpuCount(int count)
The function that updates the count of the CPU.
Parameters:
count
- the CPU count.
Returns:
the next stage of the container registry task update.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java