Class RecommendedMachineConfiguration

java.lang.Object
com.azure.resourcemanager.devcenter.models.RecommendedMachineConfiguration

public final class RecommendedMachineConfiguration extends Object
Properties for a recommended machine configuration.
  • Constructor Details

    • RecommendedMachineConfiguration

      public RecommendedMachineConfiguration()
  • Method Details

    • memory

      public ResourceRange memory()
      Get the memory property: Recommended memory range.
      Returns:
      the memory value.
    • vCPUs

      public ResourceRange vCPUs()
      Get the vCPUs property: Recommended vCPU range.
      Returns:
      the vCPUs value.
    • validate

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