次の方法で共有


BookmarkEntityMappings Class

Definition

Describes the entity mappings of a single entity.

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

Constructors

BookmarkEntityMappings()

Initializes a new instance of BookmarkEntityMappings.

Properties

EntityType

The entity type.

FieldMappings

Array of fields mapping for that entity type.

Explicit Interface Implementations

IJsonModel<BookmarkEntityMappings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BookmarkEntityMappings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BookmarkEntityMappings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BookmarkEntityMappings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BookmarkEntityMappings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to