Class BootDiagnosticsInstanceView
java.lang.Object
com.azure.resourcemanager.compute.models.BootDiagnosticsInstanceView
The instance view of a virtual machine boot diagnostics.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of BootDiagnosticsInstanceView class. -
Method Summary
Modifier and TypeMethodDescriptionGet the consoleScreenshotBlobUri property: The console screenshot blob URI.Get the serialConsoleLogBlobUri property: The serial console log blob Uri.status()Get the status property: The boot diagnostics status information for the VM.voidvalidate()Validates the instance.
-
Constructor Details
-
BootDiagnosticsInstanceView
public BootDiagnosticsInstanceView()Creates an instance of BootDiagnosticsInstanceView class.
-
-
Method Details
-
consoleScreenshotBlobUri
Get the consoleScreenshotBlobUri property: The console screenshot blob URI. **Note:** This will **not** be set if boot diagnostics is currently enabled with managed storage.- Returns:
- the consoleScreenshotBlobUri value.
-
serialConsoleLogBlobUri
Get the serialConsoleLogBlobUri property: The serial console log blob Uri. **Note:** This will **not** be set if boot diagnostics is currently enabled with managed storage.- Returns:
- the serialConsoleLogBlobUri value.
-
status
Get the status property: The boot diagnostics status information for the VM. **Note:** It will be set only if there are errors encountered in enabling boot diagnostics.- Returns:
- the status value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-