Class RecommendedMachineConfiguration

java.lang.Object
com.microsoft.azure.management.compute.RecommendedMachineConfiguration

public class RecommendedMachineConfiguration extends Object
The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
  • Constructor Details

    • RecommendedMachineConfiguration

      public RecommendedMachineConfiguration()
  • Method Details

    • vCPUs

      public ResourceRange vCPUs()
      Get the vCPUs value.
      Returns:
      the vCPUs value
    • withVCPUs

      Set the vCPUs value.
      Parameters:
      vCPUs - the vCPUs value to set
      Returns:
      the RecommendedMachineConfiguration object itself.
    • memory

      public ResourceRange memory()
      Get the memory value.
      Returns:
      the memory value
    • withMemory

      public RecommendedMachineConfiguration withMemory(ResourceRange memory)
      Set the memory value.
      Parameters:
      memory - the memory value to set
      Returns:
      the RecommendedMachineConfiguration object itself.