BootDiagnosticsInstanceView Class

Definition

The instance view of a virtual machine boot diagnostics.

public class BootDiagnosticsInstanceView
type BootDiagnosticsInstanceView = class
Public Class BootDiagnosticsInstanceView
Inheritance
BootDiagnosticsInstanceView

Constructors

BootDiagnosticsInstanceView()

Initializes a new instance of the BootDiagnosticsInstanceView class.

BootDiagnosticsInstanceView(String, String, InstanceViewStatus)

Initializes a new instance of the BootDiagnosticsInstanceView class.

Properties

ConsoleScreenshotBlobUri

Gets the console screenshot blob URI. <br><br>NOTE: This will not be set if boot diagnostics is currently enabled with managed storage.

SerialConsoleLogBlobUri

Gets the serial console log blob Uri. <br><br>NOTE: This will not be set if boot diagnostics is currently enabled with managed storage.

Status

Gets the boot diagnostics status information for the VM. <br><br> NOTE: It will be set only if there are errors encountered in enabling boot diagnostics.

Applies to