Share via


ComponentPurgeResult Class

Definition

Response containing operationId for a specific purge action.

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

Properties

OperationId

Id to use when querying for status for a particular purge operation.

Explicit Interface Implementations

IJsonModel<ComponentPurgeResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComponentPurgeResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComponentPurgeResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComponentPurgeResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComponentPurgeResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to