共用方式為


UploadOciDriverTaskOutput Class

Definition

Output for the service task to upload an OCI driver.

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

Properties

DriverPackageName

The name of the driver package that was validated and uploaded.

ValidationErrors

Validation errors.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UploadOciDriverTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UploadOciDriverTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UploadOciDriverTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UploadOciDriverTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UploadOciDriverTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to