ComponentPurgeResponse Class

Definition

Response containing operationId for a specific purge action.

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

Properties

OperationId

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

Explicit Interface Implementations

IJsonModel<ComponentPurgeResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComponentPurgeResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComponentPurgeResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComponentPurgeResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComponentPurgeResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to