Uses of Class
com.microsoft.azure.management.compute.BootDiagnostics
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of BootDiagnostics in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionDiagnosticsProfile.bootDiagnostics()
Get boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.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.Modifier and TypeMethodDescriptionDiagnosticsProfile.withBootDiagnostics
(BootDiagnostics bootDiagnostics) Set boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.