public final class DiagnosticsProfile extends Object
Constructor and Description |
---|
DiagnosticsProfile() |
Modifier and Type | Method and Description |
---|---|
BootDiagnostics |
bootDiagnostics()
Get the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output
and Screenshot to diagnose VM status.
|
void |
validate()
Validates the instance.
|
DiagnosticsProfile |
withBootDiagnostics(BootDiagnostics bootDiagnostics)
Set the bootDiagnostics property: 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.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.