/// <summary> /// Initializes a new instance of the DiagnosticsProfile class. /// </summary> /// <param name="bootDiagnostics">Boot Diagnostics is a debugging /// feature which allows you to view Console Output and Screenshot to /// diagnose VM status. <br>**NOTE**: If storageUri is being /// specified then ensure that the storage account is in the same /// region and subscription as the VM. <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.</param> public DiagnosticsProfile(BootDiagnostics bootDiagnostics = default(BootDiagnostics)) { BootDiagnostics = bootDiagnostics; CustomInit(); }
/// <summary> /// Initializes a new instance of the DiagnosticsProfile class. /// </summary> public DiagnosticsProfile(BootDiagnostics bootDiagnostics = default(BootDiagnostics)) { BootDiagnostics = bootDiagnostics; }