Uses of Class
com.microsoft.azure.management.compute.ResourceRange
Packages that use ResourceRange
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ResourceRange in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return ResourceRangeModifier and TypeMethodDescriptionRecommendedMachineConfiguration.memory()
Get the memory value.RecommendedMachineConfiguration.vCPUs()
Get the vCPUs value.Set the maximum number of the resource.Set the minimum number of the resource.Methods in com.microsoft.azure.management.compute with parameters of type ResourceRangeModifier and TypeMethodDescriptionRecommendedMachineConfiguration.withMemory
(ResourceRange memory) Set the memory value.RecommendedMachineConfiguration.withVCPUs
(ResourceRange vCPUs) Set the vCPUs value.