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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java