RetrieveBootDiagnosticsDataResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.fluent.models.RetrieveBootDiagnosticsDataResultInner

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 RetrieveBootDiagnosticsDataResultInner class.

Method Summary

Modifier and Type Method and Description
String consoleScreenshotBlobUri()

Get the consoleScreenshotBlobUri property: The console screenshot blob URI.

static RetrieveBootDiagnosticsDataResultInner fromJson(JsonReader jsonReader)

Reads an instance of RetrieveBootDiagnosticsDataResultInner from the JsonReader.

String serialConsoleLogBlobUri()

Get the serialConsoleLogBlobUri property: The serial console log blob URI.

JsonWriter 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:

the consoleScreenshotBlobUri value.

fromJson

public static RetrieveBootDiagnosticsDataResultInner fromJson(JsonReader jsonReader)

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.

serialConsoleLogBlobUri

public String serialConsoleLogBlobUri()

Get the serialConsoleLogBlobUri property: The serial console log blob URI.

Returns:

the serialConsoleLogBlobUri value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to