Share via


ComponentPurgeStatusResult Class

Definition

Response containing status for a specific purge operation.

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

Properties

Status

Status of the operation represented by the requested Id.

Explicit Interface Implementations

IJsonModel<ComponentPurgeStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComponentPurgeStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComponentPurgeStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComponentPurgeStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComponentPurgeStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to