Condividi tramite


IdpsQueryFilterItems Class

Definition

Will contain the filter name and values to operate on.

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

Constructors

IdpsQueryFilterItems()

Initializes a new instance of IdpsQueryFilterItems.

Properties

Field

The name of the field we would like to filter.

Values

List of values to filter the current field by.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IdpsQueryFilterItems>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IdpsQueryFilterItems>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IdpsQueryFilterItems>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IdpsQueryFilterItems>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IdpsQueryFilterItems>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to