Uses of Class
com.microsoft.azure.management.compute.BootDiagnostics
Packages that use BootDiagnostics
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of BootDiagnostics in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return BootDiagnosticsModifier 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.Methods in com.microsoft.azure.management.compute with parameters of type BootDiagnosticsModifier 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.