| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.Definition
The entirety of the virtual machine definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithRootUserName |
VirtualMachine.DefinitionStages.WithOS.withLatestLinuxImage(String publisher,
String offer,
String sku)
Specifies that the latest version of a marketplace Linux image needs to be used.
|
VirtualMachine.DefinitionStages.WithRootUserName |
VirtualMachine.DefinitionStages.WithOS.withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
Specifies the known marketplace Linux image used for the virtual machine's OS.
|
VirtualMachine.DefinitionStages.WithRootUserName |
VirtualMachine.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies the version of a market-place Linux image needs to be used.
|
VirtualMachine.DefinitionStages.WithRootUserName |
VirtualMachine.DefinitionStages.WithOS.withStoredLinuxImage(String imageUrl)
Specifies the user (generalized) Linux image used for 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.
*/