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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ResourceRangeMethods in com.azure.resourcemanager.compute.models that return ResourceRangeModifier and TypeMethodDescriptionstatic ResourceRangeResourceRange.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceRange from the JsonReader.RecommendedMachineConfiguration.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.