public class DiagnosticsProfile extends Object
| Constructor and Description |
|---|
DiagnosticsProfile() |
| Modifier and Type | Method and Description |
|---|---|
BootDiagnostics |
bootDiagnostics()
Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
|
DiagnosticsProfile |
withBootDiagnostics(BootDiagnostics bootDiagnostics)
Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
|
public BootDiagnostics bootDiagnostics()
public DiagnosticsProfile withBootDiagnostics(BootDiagnostics bootDiagnostics)
bootDiagnostics - the bootDiagnostics value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/