BootDiagnosticsInstanceViewResponse

data class BootDiagnosticsInstanceViewResponse(val consoleScreenshotBlobUri: String, val serialConsoleLogBlobUri: String, val status: InstanceViewStatusResponse)

The instance view of a virtual machine boot diagnostics.

Constructors

Link copied to clipboard
constructor(consoleScreenshotBlobUri: String, serialConsoleLogBlobUri: String, status: InstanceViewStatusResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The console screenshot blob URI.

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

Link copied to clipboard

The serial console log blob Uri.

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

Link copied to clipboard

The boot diagnostics status information for the VM.

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