| Modifier and Type | Method and Description |
|---|---|
RecommendedMachineConfiguration |
GalleryImage.recommendedVirtualMachineConfiguration() |
RecommendedMachineConfiguration |
RecommendedMachineConfiguration.withMemory(ResourceRange memory)
Set the memory value.
|
RecommendedMachineConfiguration |
RecommendedMachineConfiguration.withVCPUs(ResourceRange vCPUs)
Set the vCPUs value.
|
| Modifier and Type | Method and Description |
|---|---|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig)
Specifies recommended configuration for the virtual machine based on the image.
|
GalleryImage.Update |
GalleryImage.UpdateStages.WithRecommendedVMConfiguration.withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig)
Specifies recommended configuration for the virtual machine based on the image.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/