| Modifier and Type | Field and Description |
|---|---|
static HyperVGenerationTypes |
HyperVGenerationTypes.V1
Static value V1 for HyperVGenerationTypes.
|
static HyperVGenerationTypes |
HyperVGenerationTypes.V2
Static value V2 for HyperVGenerationTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static HyperVGenerationTypes |
HyperVGenerationTypes.fromString(String name)
Creates or finds a HyperVGenerationTypes from its string representation.
|
HyperVGenerationTypes |
VirtualMachineCustomImage.hyperVGeneration() |
HyperVGenerationTypes |
ImageUpdate.hyperVGeneration()
Get gets the HyperVGenerationType of the VirtualMachine created from the image.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<HyperVGenerationTypes> |
HyperVGenerationTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSourceAltVirtualMachineSource |
VirtualMachineCustomImage.DefinitionStages.WithHyperVGeneration.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration) |
ImageUpdate |
ImageUpdate.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)
Set gets the HyperVGenerationType of the VirtualMachine created from the image.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/