OperationalInsightsWorkspacePurgeContent Class

Definition

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

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

Constructors

OperationalInsightsWorkspacePurgeContent(String, IEnumerable<OperationalInsightsWorkspacePurgeFilter>)

Initializes a new instance of OperationalInsightsWorkspacePurgeContent.

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

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

IJsonModel<OperationalInsightsWorkspacePurgeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsWorkspacePurgeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsWorkspacePurgeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsWorkspacePurgeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to