MappingRuleProfile Class

Definition

Mapping rule profile properties.

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

Constructors

Name Description
MappingRuleProfile()

Initializes a new instance of MappingRuleProfile.

Properties

Name Description
ApplicationEnablement

The application enablement.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<MappingRuleProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MappingRuleProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MappingRuleProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MappingRuleProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MappingRuleProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to