Share via


MigrationReportResult Class

Definition

Migration validation report result, contains the url for downloading the generated report.

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

Properties

Id

Migration validation result identifier.

ReportUri

The url of the report.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrationReportResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrationReportResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrationReportResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrationReportResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrationReportResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to