EntityQueryItemPropertiesDataTypesItem Class

Definition

The EntityQueryItemPropertiesDataTypesItem.

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

Properties

DataType

Data type name.

Explicit Interface Implementations

IJsonModel<EntityQueryItemPropertiesDataTypesItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EntityQueryItemPropertiesDataTypesItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityQueryItemPropertiesDataTypesItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityQueryItemPropertiesDataTypesItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntityQueryItemPropertiesDataTypesItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to