Share via


MigrationEndpointMapping Class

Definition

CDN Endpoint Mapping. Serialized Name: MigrationEndpointMapping

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

Constructors

MigrationEndpointMapping()

Initializes a new instance of MigrationEndpointMapping.

Properties

MigratedFrom

Name of the classic CDN profile endpoint. Serialized Name: MigrationEndpointMapping.migratedFrom

MigratedTo

Name of the newly created migrated Azure Frontdoor Standard/Premium profile endpoint. This name will replace the name of the classic CDN endpoint resource. Serialized Name: MigrationEndpointMapping.migratedTo

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrationEndpointMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrationEndpointMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrationEndpointMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrationEndpointMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrationEndpointMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to