Share via


CheckOciDriverTaskOutput Class

Definition

Output for the service task to check for OCI drivers.

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

Properties

InstalledDriver

Information about the installed driver if found and valid.

ValidationErrors

Validation errors.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CheckOciDriverTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CheckOciDriverTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CheckOciDriverTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CheckOciDriverTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CheckOciDriverTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to