Class BuildServiceAgentPoolSizeProperties

java.lang.Object
com.azure.resourcemanager.appplatform.models.BuildServiceAgentPoolSizeProperties

public final class BuildServiceAgentPoolSizeProperties extends Object
Build service agent pool size properties.
  • Constructor Details

    • BuildServiceAgentPoolSizeProperties

      public BuildServiceAgentPoolSizeProperties()
      Creates an instance of BuildServiceAgentPoolSizeProperties class.
  • Method Details

    • name

      public String name()
      Get the name property: The name of build service agent pool size.
      Returns:
      the name value.
    • withName

      Set the name property: The name of build service agent pool size.
      Parameters:
      name - the name value to set.
      Returns:
      the BuildServiceAgentPoolSizeProperties object itself.
    • cpu

      public String cpu()
      Get the cpu property: The cpu property of build service agent pool size.
      Returns:
      the cpu value.
    • memory

      public String memory()
      Get the memory property: The memory property of build service agent pool size.
      Returns:
      the memory value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.