Share via


CanMigrateContent Class

Definition

Request body for CanMigrate operation.

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

Constructors

CanMigrateContent(WritableSubResource)

Initializes a new instance of CanMigrateContent.

Properties

ClassicResourceReferenceId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<CanMigrateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CanMigrateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CanMigrateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CanMigrateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CanMigrateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to