Table of Contents

Class AzureVirtualMachineOperatingSystemDisk

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

Represents an Azure virtual machine operating system disk.

public class AzureVirtualMachineOperatingSystemDisk : AzureVirtualMachineDiskBase, IComparable<AzureVirtualMachineDiskBase>
Inheritance
AzureVirtualMachineOperatingSystemDisk
Implements
Inherited Members

Constructors

AzureVirtualMachineOperatingSystemDisk()

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

public AzureVirtualMachineOperatingSystemDisk()

Properties

EphemeralDiskType

Gets or sets the ephemeral disk type.

public AzureVirtualMachineEphemeralDiskType EphemeralDiskType { get; set; }

Property Value

AzureVirtualMachineEphemeralDiskType

EphemeralDiskTypeString

Gets the ephemeral disk type as a human readable string.

public string EphemeralDiskTypeString { get; set; }

Property Value

string

OperatingSystemType

Gets or sets the operating system type.

public AzureOperatingSystemType OperatingSystemType { get; set; }

Property Value

AzureOperatingSystemType

OperatingSystemTypeString

Gets the operating system type as a human readable string.

public string OperatingSystemTypeString { get; set; }

Property Value

string