Table of Contents

Class AzureVirtualMachineSystemInformation

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

Represents the system information of the Azure virtual machine.

public class AzureVirtualMachineSystemInformation : BaseTypeSection
Inheritance
AzureVirtualMachineSystemInformation

Constructors

AzureVirtualMachineSystemInformation()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureVirtualMachineSystemInformation class.

public AzureVirtualMachineSystemInformation()

Properties

AdminUsername

Gets or sets the admin username assigned to the machine.

public string AdminUsername { get; set; }

Property Value

string

AgentVersion

Gets or sets the version of the installed virtual machine agent - for example "WALinuxAgent-2.0.16".

public string AgentVersion { get; set; }

Property Value

string

ComputerName

Gets or sets the name of the computer.

public string ComputerName { get; set; }

Property Value

string

Generation

Gets or sets the virtual machine generation.

public AzureVirtualMachineGeneration Generation { get; set; }

Property Value

AzureVirtualMachineGeneration

GenerationString

Gets the virtual machine generation.

public string GenerationString { get; set; }

Property Value

string

OperatingSystemName

Gets or sets the operating system name.

public string OperatingSystemName { get; set; }

Property Value

string

OperatingSystemType

Gets or sets the operating system type of the virtual machine.

public AzureOperatingSystemType OperatingSystemType { get; set; }

Property Value

AzureOperatingSystemType

OperatingSystemTypeString

Gets the operating system type of the virtual machine.

public string OperatingSystemTypeString { get; set; }

Property Value

string

OperatingSystemVersion

Gets or sets the operating system version.

public string OperatingSystemVersion { get; set; }

Property Value

string

VirtualMachineIdentifier

Gets or sets the unqiue virtual machine identifier. This maps to the UUID property within Windows virtual machines.

public Guid VirtualMachineIdentifier { get; set; }

Property Value

Guid