Uses of Class
com.azure.resourcemanager.compute.models.ResourceRange
-
Packages that use ResourceRange Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ResourceRange in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ResourceRange Modifier and Type Method Description ResourceRangeRecommendedMachineConfiguration. memory()Get the memory property: Describes the resource range.ResourceRangeRecommendedMachineConfiguration. vCPUs()Get the vCPUs property: Describes the resource range.ResourceRangeResourceRange. withMax(Integer max)Set the max property: The maximum number of the resource.ResourceRangeResourceRange. withMin(Integer min)Set the min property: The minimum number of the resource.Methods in com.azure.resourcemanager.compute.models with parameters of type ResourceRange Modifier and Type Method Description RecommendedMachineConfigurationRecommendedMachineConfiguration. withMemory(ResourceRange memory)Set the memory property: Describes the resource range.RecommendedMachineConfigurationRecommendedMachineConfiguration. withVCPUs(ResourceRange vCPUs)Set the vCPUs property: Describes the resource range.
-