Class RetrieveBootDiagnosticsDataResultInner
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.RetrieveBootDiagnosticsDataResultInner
The SAS URIs of the console screenshot and serial log blobs.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RetrieveBootDiagnosticsDataResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the consoleScreenshotBlobUri property: The console screenshot blob URI.Get the serialConsoleLogBlobUri property: The serial console log blob URI.voidvalidate()Validates the instance.
-
Constructor Details
-
RetrieveBootDiagnosticsDataResultInner
public RetrieveBootDiagnosticsDataResultInner()Creates an instance of RetrieveBootDiagnosticsDataResultInner class.
-
-
Method Details
-
consoleScreenshotBlobUri
Get the consoleScreenshotBlobUri property: The console screenshot blob URI.- Returns:
- the consoleScreenshotBlobUri value.
-
serialConsoleLogBlobUri
Get the serialConsoleLogBlobUri property: The serial console log blob URI.- Returns:
- the serialConsoleLogBlobUri value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-