Share via


RetrieveBootDiagnosticsDataResult Class

Definition

The SAS URIs of the console screenshot and serial log blobs.

public class RetrieveBootDiagnosticsDataResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.RetrieveBootDiagnosticsDataResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.RetrieveBootDiagnosticsDataResult>
type RetrieveBootDiagnosticsDataResult = class
    interface IJsonModel<RetrieveBootDiagnosticsDataResult>
    interface IPersistableModel<RetrieveBootDiagnosticsDataResult>
Public Class RetrieveBootDiagnosticsDataResult
Implements IJsonModel(Of RetrieveBootDiagnosticsDataResult), IPersistableModel(Of RetrieveBootDiagnosticsDataResult)
Inheritance
RetrieveBootDiagnosticsDataResult
Implements

Properties

Name Description
ConsoleScreenshotBlobUri

The console screenshot blob URI.

SerialConsoleLogBlobUri

The serial console log blob URI.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RetrieveBootDiagnosticsDataResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RetrieveBootDiagnosticsDataResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RetrieveBootDiagnosticsDataResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RetrieveBootDiagnosticsDataResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RetrieveBootDiagnosticsDataResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to