GalleryImage.DefinitionStages.WithRecommendedVMConfiguration Interface
public static interface GalleryImage.DefinitionStages.WithRecommendedVMConfiguration
The stage of the gallery image definition allowing to specify recommended configuration for the virtual machine.
Modifier and Type | Method and Description |
---|---|
abstract
With |
with Specifies recommended configuration for the virtual machine based on the image. |
abstract
With |
with Specifies the recommended virtual CUPs for the virtual machine bases on the image. |
abstract
With |
with Specifies the recommended maximum number of virtual CUPs for the virtual machine bases on this image. |
abstract
With |
with Specifies the recommended maximum memory for the virtual machine bases on the image. |
abstract
With |
with Specifies the recommended memory for the virtual machine bases on the image. |
abstract
With |
with Specifies the recommended minimum number of virtual CUPs for the virtual machine bases on the image. |
abstract
With |
with Specifies the recommended minimum memory for the virtual machine bases on the image. |
withRecommendedConfigurationForVirtualMachine
public abstract GalleryImage.DefinitionStages.WithCreate withRecommendedConfigurationForVirtualMachine(RecommendedMachineConfiguration recommendedConfig)
Specifies recommended configuration for the virtual machine based on the image.
Parameters:
Returns:
withRecommendedCPUsCountForVirtualMachine
public abstract GalleryImage.DefinitionStages.WithCreate withRecommendedCPUsCountForVirtualMachine(int minCount, int maxCount)
Specifies the recommended virtual CUPs for the virtual machine bases on the image.
Parameters:
Returns:
withRecommendedMaximumCPUsCountForVirtualMachine
public abstract GalleryImage.DefinitionStages.WithCreate withRecommendedMaximumCPUsCountForVirtualMachine(int maxCount)
Specifies the recommended maximum number of virtual CUPs for the virtual machine bases on this image.
Parameters:
Returns:
withRecommendedMaximumMemoryForVirtualMachine
public abstract GalleryImage.DefinitionStages.WithCreate withRecommendedMaximumMemoryForVirtualMachine(int maxMB)
Specifies the recommended maximum memory for the virtual machine bases on the image.
Parameters:
Returns:
withRecommendedMemoryForVirtualMachine
public abstract GalleryImage.DefinitionStages.WithCreate withRecommendedMemoryForVirtualMachine(int minMB, int maxMB)
Specifies the recommended memory for the virtual machine bases on the image.
Parameters:
Returns:
withRecommendedMinimumCPUsCountForVirtualMachine
public abstract GalleryImage.DefinitionStages.WithCreate withRecommendedMinimumCPUsCountForVirtualMachine(int minCount)
Specifies the recommended minimum number of virtual CUPs for the virtual machine bases on the image.
Parameters:
Returns:
withRecommendedMinimumMemoryForVirtualMachine
public abstract GalleryImage.DefinitionStages.WithCreate withRecommendedMinimumMemoryForVirtualMachine(int minMB)
Specifies the recommended minimum memory for the virtual machine bases on the image.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: