BootDiagnostics Class
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot
to diagnose VM status. <br>``<br>
You can easily view the output of your
console log. <br>``<br>
Azure also enables you to see a screenshot of the VM
from the hypervisor.
Constructor
BootDiagnostics(*, enabled: bool | None = None, storage_uri: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Whether boot diagnostics should be enabled on the Virtual Machine. |
storage_uri
|
Uri of the storage account to use for placing the console output and screenshot. |
Variables
Name | Description |
---|---|
enabled
|
Whether boot diagnostics should be enabled on the Virtual Machine. |
storage_uri
|
Uri of the storage account to use for placing the console output and screenshot. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python