Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ResourceRange |
RecommendedMachineConfiguration.memory()
Get the memory property: Describes the resource range.
|
ResourceRange |
RecommendedMachineConfiguration.vCPUs()
Get the vCPUs property: Describes the resource range.
|
ResourceRange |
ResourceRange.withMax(Integer max)
Set the max property: The maximum number of the resource.
|
ResourceRange |
ResourceRange.withMin(Integer min)
Set the min property: The minimum number of the resource.
|
Modifier and Type | Method and Description |
---|---|
RecommendedMachineConfiguration |
RecommendedMachineConfiguration.withMemory(ResourceRange memory)
Set the memory property: Describes the resource range.
|
RecommendedMachineConfiguration |
RecommendedMachineConfiguration.withVCPUs(ResourceRange vCPUs)
Set the vCPUs property: Describes the resource range.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.