BootDiagnostics Class

Definition

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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.BootDiagnostics>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.BootDiagnostics>
type BootDiagnostics = class
    interface IJsonModel<BootDiagnostics>
    interface IPersistableModel<BootDiagnostics>
Public Class BootDiagnostics
Implements IJsonModel(Of BootDiagnostics), IPersistableModel(Of BootDiagnostics)
Inheritance
BootDiagnostics
Implements

Applies to