BootDiagnosticsInstanceView 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. NOTE: This property will not be serialized. It can only be populated by the server.

serialConsoleLogBlobUri

The serial console log blob Uri.

NOTE: This will not be set if boot diagnostics is currently enabled with managed storage. NOTE: This property will not be serialized. It can only be populated by the server.

status

The boot diagnostics status information for the VM.

NOTE: It will be set only if there are errors encountered in enabling boot diagnostics. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

consoleScreenshotBlobUri

The console screenshot blob URI.

NOTE: This will not be set if boot diagnostics is currently enabled with managed storage. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

status?: InstanceViewStatus

Property Value