Share via


ComponentPurgeContent Class

Definition

Describes the body of a purge request for an App Insights component.

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

Constructors

ComponentPurgeContent(String, IEnumerable<ComponentPurgeFilters>)

Initializes a new instance of ComponentPurgeContent.

Properties

Filters

The set of columns and filters (queries) to run over them to purge the resulting data.

Table

Table from which to purge data.

Explicit Interface Implementations

IJsonModel<ComponentPurgeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComponentPurgeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComponentPurgeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComponentPurgeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComponentPurgeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to