public static interface VirtualMachine.DefinitionStages.WithVMSize
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithCreate |
withSize(String sizeName)
Selects the size of the virtual machine.
|
VirtualMachine.DefinitionStages.WithCreate |
withSize(VirtualMachineSizeTypes size)
Specifies the size of the virtual machine.
|
VirtualMachine.DefinitionStages.WithCreate withSize(String sizeName)
sizeName - the name of a size for the virtual machine as textVirtualMachine.DefinitionStages.WithCreate withSize(VirtualMachineSizeTypes size)
size - a size from the list of available sizes for the virtual machine/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/