Share via


CanMigrateResult Class

Definition

Result for canMigrate operation.

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

Properties

CanMigrate

Flag that says if the profile can be migrated.

CanMigrateResultType

Resource type.

DefaultSku

Recommended sku for the migration.

Errors

Gets the errors.

Id

Resource ID.

Explicit Interface Implementations

IJsonModel<CanMigrateResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CanMigrateResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CanMigrateResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CanMigrateResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CanMigrateResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to