Class BuildServicePropertiesResourceRequests

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

public final class BuildServicePropertiesResourceRequests extends Object
The runtime resource configuration of this build service.
  • Constructor Details

    • BuildServicePropertiesResourceRequests

      public BuildServicePropertiesResourceRequests()
  • Method Details

    • cpu

      public String cpu()
      Get the cpu property: vCPU allocated to the entire build service node pool.
      Returns:
      the cpu value.
    • memory

      public String memory()
      Get the memory property: Memory allocated to the entire build service node pool.
      Returns:
      the memory value.
    • validate

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