Show / Hide Table of Contents

    Class DiagnosticsProfile

    Specifies the boot diagnostic settings state. <br><br>Minimum api-version: 2015-06-15.

    Inheritance
    Object
    DiagnosticsProfile
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Compute.dll
    Syntax
    public class DiagnosticsProfile

    Constructors

    DiagnosticsProfile()

    Initializes a new instance of the DiagnosticsProfile class.

    Declaration
    public DiagnosticsProfile ();

    DiagnosticsProfile(BootDiagnostics)

    Initializes a new instance of the DiagnosticsProfile class.

    Declaration
    public DiagnosticsProfile (Microsoft.Azure.Management.Compute.Models.BootDiagnostics bootDiagnostics = null);
    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.

    Properties

    BootDiagnostics

    Gets or sets boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. &lt;br&gt;&lt;br&gt; You can easily view the output of your console log. &lt;br&gt;&lt;br&gt; Azure also enables you to see a screenshot of the VM from the hypervisor.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="bootDiagnostics")]
    public Microsoft.Azure.Management.Compute.Models.BootDiagnostics BootDiagnostics { get; set; }
    Property Value
    BootDiagnostics

    Back to top Azure SDK for Net