Uses of Class
com.azure.resourcemanager.compute.models.ResourceRange
Packages that use ResourceRange
Package
Description
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 ResourceRangeModifier and TypeMethodDescriptionRecommendedMachineConfiguration.memory()Get the memory property: Describes the resource range.RecommendedMachineConfiguration.vCPUs()Get the vCPUs property: Describes the resource range.Set the max property: The maximum number of the resource.Set the min property: The minimum number of the resource.Methods in com.azure.resourcemanager.compute.models with parameters of type ResourceRangeModifier and TypeMethodDescriptionRecommendedMachineConfiguration.withMemory(ResourceRange memory) Set the memory property: Describes the resource range.RecommendedMachineConfiguration.withVCPUs(ResourceRange vCPUs) Set the vCPUs property: Describes the resource range.