Compartir a través de


CdnMigrationToAfdContent Class

Definition

Request body for Migrate operation. Serialized Name: CdnMigrationToAfdParameters

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

Constructors

CdnMigrationToAfdContent(CdnSku)

Initializes a new instance of CdnMigrationToAfdContent.

Properties

MigrationEndpointMappings

A name map between classic CDN endpoints and AFD Premium/Standard endpoints. Serialized Name: CdnMigrationToAfdParameters.migrationEndpointMappings

SkuName

Name of the pricing tier. Serialized Name: Sku.name

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CdnMigrationToAfdContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CdnMigrationToAfdContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CdnMigrationToAfdContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CdnMigrationToAfdContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CdnMigrationToAfdContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to