Share via


MigrationWebApplicationFirewallMapping Class

Definition

Web Application Firewall Mapping.

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

Constructors

MigrationWebApplicationFirewallMapping()

Initializes a new instance of MigrationWebApplicationFirewallMapping.

Properties

MigratedFromId

Gets or sets Id.

MigratedToId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<MigrationWebApplicationFirewallMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrationWebApplicationFirewallMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrationWebApplicationFirewallMapping>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrationWebApplicationFirewallMapping>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrationWebApplicationFirewallMapping>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to