다음을 통해 공유


IdpsQueryContent Class

Definition

Will describe the query to run against the IDPS signatures DB.

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

Constructors

IdpsQueryContent()

Initializes a new instance of IdpsQueryContent.

Properties

Filters

Contain all filters names and values.

OrderBy

Column to sort response by.

ResultsPerPage

The number of the results to return in each page.

Search

Search term in all columns.

Skip

The number of records matching the filter to skip.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IdpsQueryContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IdpsQueryContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IdpsQueryContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IdpsQueryContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IdpsQueryContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to