| Modifier and Type | Field and Description |
|---|---|
static HyperVGeneration |
HyperVGeneration.V1
Static value V1 for HyperVGeneration.
|
static HyperVGeneration |
HyperVGeneration.V2
Static value V2 for HyperVGeneration.
|
| Modifier and Type | Method and Description |
|---|---|
static HyperVGeneration |
HyperVGeneration.fromString(String name)
Creates or finds a HyperVGeneration from its string representation.
|
HyperVGeneration |
GalleryImageUpdate.hyperVGeneration()
Get the hypervisor generation of the Virtual Machine.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<HyperVGeneration> |
HyperVGeneration.values() |
| Modifier and Type | Method and Description |
|---|---|
GalleryImageUpdate |
GalleryImageUpdate.withHyperVGeneration(HyperVGeneration hyperVGeneration)
Set the hypervisor generation of the Virtual Machine.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/