BootDiagnosticsInstanceView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. Note: This will not be set if boot diagnostics is currently enabled with managed storage. |
SerialConsoleLogBlobUri |
Gets the serial console log blob Uri. 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. Note: It will be set only if there are errors encountered in enabling boot diagnostics. |
Applies to
Azure SDK for .NET