public final class BootDiagnostics extends Object
Constructor and Description |
---|
BootDiagnostics() |
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get the enabled property: Whether boot diagnostics should be enabled on the Virtual Machine.
|
String |
storageUri()
Get the storageUri property: Uri of the storage account to use for placing the console output and screenshot.
|
void |
validate()
Validates the instance.
|
BootDiagnostics |
withEnabled(Boolean enabled)
Set the enabled property: Whether boot diagnostics should be enabled on the Virtual Machine.
|
BootDiagnostics |
withStorageUri(String storageUri)
Set the storageUri property: 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 set.public String storageUri()
public BootDiagnostics withStorageUri(String storageUri)
storageUri
- the storageUri value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.