Hardware Profile Args
data class HardwareProfileArgs(val vmSize: Output<Either<String, VirtualMachineSizeTypes>>? = null) : ConvertibleToJava<HardwareProfileArgs>
Specifies the hardware settings for the virtual machine.
Properties
Link copied to clipboard
Specifies the size of the virtual machine.
The enum data type is currently deprecated and will be removed by December 23rd 2023.
Recommended way to get the list of available sizes is using these APIs:
List all available virtual machine sizes in an availability set
List all available virtual machine sizes in a region
List all available virtual machine sizes for resizing. For more information about virtual machine sizes, see Sizes for virtual machines.
The available VM sizes depend on region and availability set.