Class RetrieveBootDiagnosticsDataResultInner
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.RetrieveBootDiagnosticsDataResultInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<RetrieveBootDiagnosticsDataResultInner>
public final class RetrieveBootDiagnosticsDataResultInner
extends Object
implements com.azure.json.JsonSerializable<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.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RetrieveBootDiagnosticsDataResultInner from the JsonReader.Get the serialConsoleLogBlobUri property: The serial console log blob URI.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
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.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<RetrieveBootDiagnosticsDataResultInner>- Throws:
IOException
-
fromJson
public static RetrieveBootDiagnosticsDataResultInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of RetrieveBootDiagnosticsDataResultInner from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of RetrieveBootDiagnosticsDataResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the RetrieveBootDiagnosticsDataResultInner.
-