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>
public class IdpsQueryFilterItems
type IdpsQueryFilterItems = class
    interface IJsonModel<IdpsQueryFilterItems>
    interface IPersistableModel<IdpsQueryFilterItems>
type IdpsQueryFilterItems = class
Public Class IdpsQueryFilterItems
Implements IJsonModel(Of IdpsQueryFilterItems), IPersistableModel(Of IdpsQueryFilterItems)
Public Class 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.

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