RetrieveBootDiagnosticsDataResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. compute. fluent. models. RetrieveBootDiagnosticsDataResultInner
- com.
Implements
public final class RetrieveBootDiagnosticsDataResultInner
implements JsonSerializable<RetrieveBootDiagnosticsDataResultInner>
The SAS URIs of the console screenshot and serial log blobs.
Constructor Summary
Constructor | Description |
---|---|
RetrieveBootDiagnosticsDataResultInner() |
Creates an instance of Retrieve |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
consoleScreenshotBlobUri()
Get the console |
static
Retrieve |
fromJson(JsonReader jsonReader)
Reads an instance of Retrieve |
String |
serialConsoleLogBlobUri()
Get the serial |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
RetrieveBootDiagnosticsDataResultInner
public RetrieveBootDiagnosticsDataResultInner()
Creates an instance of RetrieveBootDiagnosticsDataResultInner class.
Method Details
consoleScreenshotBlobUri
public String consoleScreenshotBlobUri()
Get the consoleScreenshotBlobUri property: The console screenshot blob URI.
Returns:
fromJson
public static RetrieveBootDiagnosticsDataResultInner fromJson(JsonReader jsonReader)
Reads an instance of RetrieveBootDiagnosticsDataResultInner from the JsonReader.
Parameters:
Returns:
Throws:
serialConsoleLogBlobUri
public String serialConsoleLogBlobUri()
Get the serialConsoleLogBlobUri property: The serial console log blob URI.
Returns:
toJson
validate
public void validate()
Validates the instance.