IdpsQueryOrderBy Class

Definition

Describes a column to sort.

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

Constructors

IdpsQueryOrderBy()

Initializes a new instance of IdpsQueryOrderBy.

Properties

Field

Describes the actual column name to sort by.

Order

Describes if results should be in ascending/descending order.

Explicit Interface Implementations

IJsonModel<IdpsQueryOrderBy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IdpsQueryOrderBy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IdpsQueryOrderBy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IdpsQueryOrderBy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IdpsQueryOrderBy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to