Class BootDiagnosticsInstanceView
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.BootDiagnosticsInstanceView
-
public final class BootDiagnosticsInstanceView extends Object
The instance view of a virtual machine boot diagnostics.
-
-
Constructor Summary
Constructors Constructor Description BootDiagnosticsInstanceView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconsoleScreenshotBlobUri()Get the consoleScreenshotBlobUri property: The console screenshot blob URI.StringserialConsoleLogBlobUri()Get the serialConsoleLogBlobUri property: The serial console log blob Uri.InstanceViewStatusstatus()Get the status property: The boot diagnostics status information for the VM.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
consoleScreenshotBlobUri
public String consoleScreenshotBlobUri()
Get the consoleScreenshotBlobUri property: 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
public String serialConsoleLogBlobUri()
Get the serialConsoleLogBlobUri property: 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
public InstanceViewStatus status()
Get the status property: 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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-