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
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
ComputerName
Gets or sets the name of the computer.
public string ComputerName { get; set; }
Property Value
Generation
Gets or sets the virtual machine generation.
public AzureVirtualMachineGeneration Generation { get; set; }
Property Value
GenerationString
Gets the virtual machine generation.
public string GenerationString { get; set; }
Property Value
OperatingSystemName
Gets or sets the operating system name.
public string OperatingSystemName { get; set; }
Property Value
OperatingSystemType
Gets or sets the operating system type of the virtual machine.
public AzureOperatingSystemType OperatingSystemType { get; set; }
Property Value
OperatingSystemTypeString
Gets the operating system type of the virtual machine.
public string OperatingSystemTypeString { get; set; }
Property Value
OperatingSystemVersion
Gets or sets the operating system version.
public string OperatingSystemVersion { get; set; }
Property Value
VirtualMachineIdentifier
Gets or sets the unqiue virtual machine identifier. This maps to the UUID property within Windows virtual machines.
public Guid VirtualMachineIdentifier { get; set; }