Exemplo n.º 1
0
 /// <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. &lt;br&gt;**NOTE**: If storageUri is being
 /// specified then ensure that the storage account is in the same
 /// region and subscription as the VM. &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.</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;
 }