public class BootDiagnostics extends Object
Constructor and Description |
---|
BootDiagnostics() |
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get whether boot diagnostics should be enabled on the Virtual Machine.
|
String |
storageUri()
Get uri of the storage account to use for placing the console output and screenshot.
|
BootDiagnostics |
withEnabled(Boolean enabled)
Set whether boot diagnostics should be enabled on the Virtual Machine.
|
BootDiagnostics |
withStorageUri(String storageUri)
Set uri of the storage account to use for placing the console output and screenshot.
|
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 setCopyright © 2019. All rights reserved.