Class BootDiagnosticsInstanceView
java.lang.Object
com.microsoft.azure.management.compute.BootDiagnosticsInstanceView
The instance view of a virtual machine boot diagnostics.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the console screenshot blob URI.Get the serial console log blob Uri.status()
Get the boot diagnostics status information for the VM.
-
Constructor Details
-
BootDiagnosticsInstanceView
public BootDiagnosticsInstanceView()
-
-
Method Details
-
consoleScreenshotBlobUri
Get the console screenshot blob URI. <br><br>NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.- Returns:
- the consoleScreenshotBlobUri value
-
serialConsoleLogBlobUri
Get the serial console log blob Uri. <br><br>NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.- Returns:
- the serialConsoleLogBlobUri value
-
status
Get the boot diagnostics status information for the VM. <br><br> NOTE: It will be set only if there are errors encountered in enabling boot diagnostics.- Returns:
- the status value
-