public class HardwareProfile extends Object
| Constructor and Description |
|---|
HardwareProfile() |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineSizeTypes |
vmSize()
Get the vmSize value.
|
HardwareProfile |
withVmSize(VirtualMachineSizeTypes vmSize)
Set the vmSize value.
|
public VirtualMachineSizeTypes vmSize()
public HardwareProfile withVmSize(VirtualMachineSizeTypes vmSize)
vmSize - the vmSize value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/