Share via


IdpsSignatureListResult Class

Definition

Query result.

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

Properties

Name Description
MatchingRecordsCount

Number of total records matching the query.

Signatures

Array containing the results of the query.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<IdpsSignatureListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IdpsSignatureListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IdpsSignatureListResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IdpsSignatureListResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IdpsSignatureListResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to