Share via


BootDiagnosticsInstanceViewOutput interface

The instance view of a virtual machine boot diagnostics.

Properties

consoleScreenshotBlobUri

The console screenshot blob URI.

NOTE: This will not be set if boot diagnostics is currently enabled with managed storage.

serialConsoleLogBlobUri

The serial console log blob Uri.

NOTE: This will not be set if boot diagnostics is currently enabled with managed storage.

status

The boot diagnostics status information for the VM.

NOTE: It will be set only if there are errors encountered in enabling boot diagnostics.

Property Details

consoleScreenshotBlobUri

The console screenshot blob URI.

NOTE: This will not be set if boot diagnostics is currently enabled with managed storage.

consoleScreenshotBlobUri?: string

Property Value

string

serialConsoleLogBlobUri

The serial console log blob Uri.

NOTE: This will not be set if boot diagnostics is currently enabled with managed storage.

serialConsoleLogBlobUri?: string

Property Value

string

status

The boot diagnostics status information for the VM.

NOTE: It will be set only if there are errors encountered in enabling boot diagnostics.

status?: InstanceViewStatusOutput

Property Value