Package version:

Interface BootDiagnosticsInstanceView

The instance view of a virtual machine boot diagnostics.

interface BootDiagnosticsInstanceView {
    consoleScreenshotBlobUri?: string;
    serialConsoleLogBlobUri?: string;
    status?: InstanceViewStatus;
}

Properties

consoleScreenshotBlobUri?: string

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?: string

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.

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.