Table of Contents

Enum AzureVirtualMachineGeneration

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the generation of Azure virtual machine.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureVirtualMachineGeneration

Fields

Unknown = 0

The generation is unknown.

V1 = 1

The generation is version 1.

V2 = 2

The generation is version 2.