Share via


DiagnosticsProfile Constructors

Definition

Overloads

DiagnosticsProfile()

Initializes a new instance of the DiagnosticsProfile class.

DiagnosticsProfile(BootDiagnostics)

Initializes a new instance of the DiagnosticsProfile class.

DiagnosticsProfile()

Initializes a new instance of the DiagnosticsProfile class.

public DiagnosticsProfile ();
Public Sub New ()

Applies to

DiagnosticsProfile(BootDiagnostics)

Initializes a new instance of the DiagnosticsProfile class.

public DiagnosticsProfile (Microsoft.Azure.Management.Compute.Fluent.Models.BootDiagnostics bootDiagnostics = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.DiagnosticsProfile : Microsoft.Azure.Management.Compute.Fluent.Models.BootDiagnostics -> Microsoft.Azure.Management.Compute.Fluent.Models.DiagnosticsProfile
Public Sub New (Optional bootDiagnostics As BootDiagnostics = Nothing)

Parameters

bootDiagnostics
BootDiagnostics

Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br><br> You can easily view the output of your console log. <br><br> Azure also enables you to see a screenshot of the VM from the hypervisor.

Applies to