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

Properties

MatchingRecordsCount

Number of total records matching the query.

Signatures

Array containing the results of the query.

Explicit Interface Implementations

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