Class DiagnosticsProfile
java.lang.Object
com.microsoft.azure.management.compute.DiagnosticsProfile
Specifies the boot diagnostic settings state. <br><br>Minimum
api-version: 2015-06-15.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.withBootDiagnostics
(BootDiagnostics bootDiagnostics) Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
-
Constructor Details
-
DiagnosticsProfile
public DiagnosticsProfile()
-
-
Method Details
-
bootDiagnostics
Get 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.- Returns:
- the bootDiagnostics value
-
withBootDiagnostics
Set 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.- Parameters:
bootDiagnostics
- the bootDiagnostics value to set- Returns:
- the DiagnosticsProfile object itself.
-