HardwareProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. HardwareProfile
- com.
public class HardwareProfile
Describes a hardware profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
vmSize()
Get the vmSize value. |
Hardware |
withVmSize(VirtualMachineSizeTypes vmSize)
Set the vmSize value. |
Method Details
vmSize
public VirtualMachineSizeTypes vmSize()
Get the vmSize value.
Returns:
the vmSize value
withVmSize
public HardwareProfile withVmSize(VirtualMachineSizeTypes vmSize)
Set the vmSize value.
Parameters:
vmSize
- the vmSize value to set
Returns:
the HardwareProfile object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java