Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ResourceRange |
RecommendedMachineConfiguration.memory()
Get the memory value.
|
ResourceRange |
RecommendedMachineConfiguration.vCPUs()
Get the vCPUs value.
|
ResourceRange |
ResourceRange.withMax(Integer max)
Set the maximum number of the resource.
|
ResourceRange |
ResourceRange.withMin(Integer min)
Set the minimum number of the resource.
|
Modifier and Type | Method and Description |
---|---|
RecommendedMachineConfiguration |
RecommendedMachineConfiguration.withMemory(ResourceRange memory)
Set the memory value.
|
RecommendedMachineConfiguration |
RecommendedMachineConfiguration.withVCPUs(ResourceRange vCPUs)
Set the vCPUs value.
|
Copyright © 2019. All rights reserved.