SavedFilterPayload Class

Definition

A request body used to create a saved filter.

public class SavedFilterPayload : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.SavedFilterPayload>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.SavedFilterPayload>
type SavedFilterPayload = class
    interface IJsonModel<SavedFilterPayload>
    interface IPersistableModel<SavedFilterPayload>
Public Class SavedFilterPayload
Implements IJsonModel(Of SavedFilterPayload), IPersistableModel(Of SavedFilterPayload)
Inheritance
SavedFilterPayload
Implements

Constructors

SavedFilterPayload(String, String)

Initializes a new instance of SavedFilterPayload.

Properties

Description

A human readable description of the saved filter.

Filter

An expression on the resource type that selects the resources to be returned.

Explicit Interface Implementations

IJsonModel<SavedFilterPayload>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SavedFilterPayload>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SavedFilterPayload>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SavedFilterPayload>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SavedFilterPayload>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to