Uses of Class
com.microsoft.azure.management.compute.RecommendedMachineConfiguration
Packages that use RecommendedMachineConfiguration
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of RecommendedMachineConfiguration in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return RecommendedMachineConfigurationModifier and TypeMethodDescriptionGalleryImageUpdate.recommended()
Get the recommended value.GalleryImage.recommendedVirtualMachineConfiguration()
RecommendedMachineConfiguration.withMemory
(ResourceRange memory) Set the memory value.RecommendedMachineConfiguration.withVCPUs
(ResourceRange vCPUs) Set the vCPUs value.Methods in com.microsoft.azure.management.compute with parameters of type RecommendedMachineConfigurationModifier and TypeMethodDescriptionGalleryImageUpdate.withRecommended
(RecommendedMachineConfiguration recommended) Set the recommended value.GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine
(RecommendedMachineConfiguration recommendedConfig) Specifies recommended configuration for the virtual machine based on the image.GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine
(RecommendedMachineConfiguration recommendedConfig) Specifies recommended configuration for the virtual machine based on the image.