| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.DefinitionManaged
The entirety of the managed disk based virtual machine definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithLinuxRootUsernameManaged |
VirtualMachine.DefinitionStages.WithOS.withLinuxCustomImage(String customImageId)
Specifies the resource ID of a Linux custom image to be used as the virtual machines' OS.
|
VirtualMachine.DefinitionStages.WithLinuxRootUsernameManaged |
VirtualMachine.DefinitionStages.WithOS.withLinuxGalleryImageVersion(String galleryImageVersionId)
Specifies the resource ID of a Linux gallery image version to be used as the virtual machines' OS.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/