| Modifier and Type | Method and Description |
|---|---|
static KnownLinuxVirtualMachineImage |
KnownLinuxVirtualMachineImage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownLinuxVirtualMachineImage[] |
KnownLinuxVirtualMachineImage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithRootUserName |
VirtualMachineScaleSet.DefinitionStages.WithOS.withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
Specifies a known marketplace Linux image used as the virtual machine's operating system.
|
VirtualMachine.DefinitionStages.WithRootUserName |
VirtualMachine.DefinitionStages.WithOS.withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
Specifies the known marketplace 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.
*/