你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MigrationContent Class

Definition

Request body for Migrate operation.

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

Constructors

MigrationContent(CdnSku, WritableSubResource, String)

Initializes a new instance of MigrationContent.

Properties

ClassicResourceReferenceId

Gets or sets Id.

MigrationWebApplicationFirewallMappings

Waf mapping for the migrated profile.

ProfileName

Name of the new profile that need to be created.

SkuName

Name of the pricing tier.

Explicit Interface Implementations

IJsonModel<MigrationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to