public class BootDiagnostics extends Object
| Constructor and Description |
|---|
BootDiagnostics() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled value.
|
String |
storageUri()
Get the storageUri value.
|
BootDiagnostics |
withEnabled(Boolean enabled)
Set the enabled value.
|
BootDiagnostics |
withStorageUri(String storageUri)
Set the storageUri value.
|
public Boolean enabled()
public BootDiagnostics withEnabled(Boolean enabled)
enabled - the enabled value to setpublic String storageUri()
public BootDiagnostics withStorageUri(String storageUri)
storageUri - the storageUri 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.
*/