Class AgentProperties

java.lang.Object
com.microsoft.azure.management.containerregistry.AgentProperties

public class AgentProperties extends Object
The properties that determine the run agent configuration.
  • Constructor Details

    • AgentProperties

      public AgentProperties()
  • Method Details

    • cpu

      public Integer cpu()
      Get the CPU configuration in terms of number of cores required for the run.
      Returns:
      the cpu value
    • withCpu

      public AgentProperties withCpu(Integer cpu)
      Set the CPU configuration in terms of number of cores required for the run.
      Parameters:
      cpu - the cpu value to set
      Returns:
      the AgentProperties object itself.