Table of Contents

Class AzureVirtualMachineBootDiagnostics

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

Represents the boot diagnostics for an Azure virtual machine.

public class AzureVirtualMachineBootDiagnostics : BaseTypeSection
Inheritance
AzureVirtualMachineBootDiagnostics

Constructors

AzureVirtualMachineBootDiagnostics()

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

public AzureVirtualMachineBootDiagnostics()

Properties

Enabled

Gets or sets whether the boot diagnostics are enabled for this virtual machine.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

Screenshot

Gets or sets the screenshot of the virtual machine.

public AzureVirtualMachineScreenshot Screenshot { get; set; }

Property Value

AzureVirtualMachineScreenshot

StatusString

Gets the status of the boot diagnostics.

public string StatusString { get; set; }

Property Value

string

StorageUri

Gets or sets the URI of storage account used for the boot diagnostics - for example "https://webserversresourcegro619.blob.core.windows.net/".

public string StorageUri { get; set; }

Property Value

string

Methods

ToString()

Returns the boot diagnostics human readable string.

public override string ToString()

Returns

string

The boot diagnostics as a human readable string.