public class DiagnosticsProfile extends Object
| Constructor and Description |
|---|
DiagnosticsProfile() |
| Modifier and Type | Method and Description |
|---|---|
BootDiagnostics |
bootDiagnostics()
Get the bootDiagnostics value.
|
DiagnosticsProfile |
withBootDiagnostics(BootDiagnostics bootDiagnostics)
Set the bootDiagnostics value.
|
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.
*/