BootDiagnosticsResponse

data class BootDiagnosticsResponse(val enabled: Boolean? = null, val storageUri: String? = null)

Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, storageUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether boot diagnostics should be enabled on the Virtual Machine.

Link copied to clipboard
val storageUri: String? = null

Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.