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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java