OperationalInsightsWorkspacePurgeStatusResult Class

Definition

Response containing status for a specific purge operation.

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

Properties

Status

Status of the operation represented by the requested Id.

Explicit Interface Implementations

IJsonModel<OperationalInsightsWorkspacePurgeStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalInsightsWorkspacePurgeStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsWorkspacePurgeStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsWorkspacePurgeStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsWorkspacePurgeStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to