Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
BootDiagnostics |
DiagnosticsProfile.bootDiagnostics()
Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
|
BootDiagnostics |
BootDiagnostics.withEnabled(Boolean enabled)
Set whether boot diagnostics should be enabled on the Virtual Machine.
|
BootDiagnostics |
BootDiagnostics.withStorageUri(String storageUri)
Set uri of the storage account to use for placing the console output and screenshot.
|
Modifier and Type | Method and Description |
---|---|
DiagnosticsProfile |
DiagnosticsProfile.withBootDiagnostics(BootDiagnostics bootDiagnostics)
Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
|
Copyright © 2019. All rights reserved.