Поделиться через


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>
type OperationalInsightsWorkspacePurgeContent = class
    interface IJsonModel<OperationalInsightsWorkspacePurgeContent>
    interface IPersistableModel<OperationalInsightsWorkspacePurgeContent>
Public Class OperationalInsightsWorkspacePurgeContent
Implements IJsonModel(Of OperationalInsightsWorkspacePurgeContent), IPersistableModel(Of OperationalInsightsWorkspacePurgeContent)
Inheritance
OperationalInsightsWorkspacePurgeContent
Implements

Constructors

Name Description
OperationalInsightsWorkspacePurgeContent(String, IEnumerable<OperationalInsightsWorkspacePurgeFilter>)

Initializes a new instance of OperationalInsightsWorkspacePurgeContent.

Properties

Name Description
Filters

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

Table

Table from which to purge data.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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