Uses of Class
com.microsoft.azure.management.compute.HardwareProfile
Packages that use HardwareProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of HardwareProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return HardwareProfileModifier and TypeMethodDescriptionVirtualMachineUpdate.hardwareProfile()
Get specifies the hardware settings for the virtual machine.HardwareProfile.withVmSize
(VirtualMachineSizeTypes vmSize) Set specifies the size of the virtual machine.Methods in com.microsoft.azure.management.compute with parameters of type HardwareProfileModifier and TypeMethodDescriptionVirtualMachineUpdate.withHardwareProfile
(HardwareProfile hardwareProfile) Set specifies the hardware settings for the virtual machine.