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.
- Inheritance
-
azure.mgmt.compute._serialization.ModelBootDiagnostics
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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python