BootDiagnostics 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.
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
public class BootDiagnostics
type BootDiagnostics = class
Public Class BootDiagnostics
- Inheritance
-
BootDiagnostics
Constructors
BootDiagnostics() |
Initializes a new instance of the BootDiagnostics class. |
BootDiagnostics(Nullable<Boolean>, String) |
Initializes a new instance of the BootDiagnostics class. |
Properties
Enabled |
Gets or sets whether boot diagnostics should be enabled on the Virtual Machine. |
StorageUri |
Gets or sets uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used. |
Applies to
Azure SDK for .NET