| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.DefinitionManagedOrUnmanaged
The entirety of the virtual machine definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withLatestWindowsImage(String publisher,
String offer,
String sku)
Specifies that the latest version of a marketplace Windows image should to be used as the virtual machine's OS.
|
VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
Specifies a known marketplace Windows image to be used for the virtual machine's OS.
|
VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies a version of a marketplace Windows image to be used as the virtual machine's OS.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/