你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BootDiagnostics interface

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.

Properties

enabled

Whether boot diagnostics should be enabled on the Virtual Machine.

storageUri

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.

Property Details

enabled

Whether boot diagnostics should be enabled on the Virtual Machine.

enabled?: boolean

Property Value

boolean

storageUri

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.

storageUri?: string

Property Value

string