ComponentPurgeBody Class

Definition

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

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

Constructors

ComponentPurgeBody(String, IEnumerable<ComponentPurgeBodyFilters>)

Initializes a new instance of ComponentPurgeBody.

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<ComponentPurgeBody>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComponentPurgeBody>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComponentPurgeBody>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComponentPurgeBody>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComponentPurgeBody>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to