Share via


MigrateResult Class

Definition

Result for migrate operation.

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

Properties

Id

Resource ID.

MigratedProfileResourceIdId

Gets or sets Id.

MigrateResultType

Resource type.

Explicit Interface Implementations

IJsonModel<MigrateResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrateResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrateResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrateResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to