Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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 © 2019. All rights reserved.