Interface GalleryImage.UpdateStages.WithRecommendedVMConfiguration

All Known Subinterfaces:
GalleryImage.Update
Enclosing interface:
GalleryImage.UpdateStages

public static interface GalleryImage.UpdateStages.WithRecommendedVMConfiguration
The stage of the gallery image definition allowing to specify recommended configuration for the virtual machine.
  • Method Details

    • withRecommendedMinimumCPUsCountForVirtualMachine

      GalleryImage.Update withRecommendedMinimumCPUsCountForVirtualMachine(int minCount)
      Specifies the recommended minimum number of virtual CUPs for the virtual machine bases on the image.
      Parameters:
      minCount - the minimum number of virtual CPUs
      Returns:
      the next update stage
    • withRecommendedMaximumCPUsCountForVirtualMachine

      GalleryImage.Update withRecommendedMaximumCPUsCountForVirtualMachine(int maxCount)
      Specifies the recommended maximum number of virtual CUPs for the virtual machine bases on the image.
      Parameters:
      maxCount - the maximum number of virtual CPUs
      Returns:
      the next update stage
    • withRecommendedCPUsCountForVirtualMachine

      GalleryImage.Update withRecommendedCPUsCountForVirtualMachine(int minCount, int maxCount)
      Specifies the recommended virtual CUPs for the virtual machine bases on the image.
      Parameters:
      minCount - the minimum number of virtual CPUs
      maxCount - the maximum number of virtual CPUs
      Returns:
      the next update stage
    • withRecommendedMinimumMemoryForVirtualMachine

      GalleryImage.Update withRecommendedMinimumMemoryForVirtualMachine(int minMB)
      Specifies the recommended minimum memory for the virtual machine bases on the image.
      Parameters:
      minMB - the minimum memory in MB
      Returns:
      the next update stage
    • withRecommendedMaximumMemoryForVirtualMachine

      GalleryImage.Update withRecommendedMaximumMemoryForVirtualMachine(int maxMB)
      Specifies the recommended maximum memory for the virtual machine bases on the image.
      Parameters:
      maxMB - the maximum memory in MB
      Returns:
      the next update stage
    • withRecommendedMemoryForVirtualMachine

      GalleryImage.Update withRecommendedMemoryForVirtualMachine(int minMB, int maxMB)
      Specifies the recommended virtual CUPs for the virtual machine bases on the image.
      Parameters:
      minMB - the minimum memory in MB
      maxMB - the maximum memory in MB
      Returns:
      the next update stage
    • withRecommendedConfigurationForVirtualMachine

      GalleryImage.Update withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig)
      Specifies recommended configuration for the virtual machine based on the image.
      Parameters:
      recommendedConfig - the recommended configuration
      Returns:
      the next update stage