ComponentPurgeStatusResponse Class

Definition

Response containing status for a specific purge operation.

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

Properties

Status

Status of the operation represented by the requested Id.

Explicit Interface Implementations

IJsonModel<ComponentPurgeStatusResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComponentPurgeStatusResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComponentPurgeStatusResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComponentPurgeStatusResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComponentPurgeStatusResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to