Share via


MigrationEndpointMapping Class

Definition

CDN Endpoint Mapping.

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

Name Description
MigrationEndpointMapping()

Initializes a new instance of MigrationEndpointMapping.

Properties

Name Description
MigratedFrom

Name of the classic CDN profile endpoint.

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.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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