| Modifier and Type | Method and Description |
|---|---|
static KnownWindowsVirtualMachineImage |
KnownWindowsVirtualMachineImage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownWindowsVirtualMachineImage[] |
KnownWindowsVirtualMachineImage.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.WithAdminUserName |
VirtualMachineScaleSet.DefinitionStages.WithOS.withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
Specifies a known marketplace Windows image used as the operating system for the virtual machines in the scale set.
|
VirtualMachine.DefinitionStages.WithAdminUserName |
VirtualMachine.DefinitionStages.WithOS.withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
Specifies the known marketplace Windows 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.
*/