Поделиться через


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>
type OperationalInsightsWorkspacePurgeStatusResult = class
    interface IJsonModel<OperationalInsightsWorkspacePurgeStatusResult>
    interface IPersistableModel<OperationalInsightsWorkspacePurgeStatusResult>
Public Class OperationalInsightsWorkspacePurgeStatusResult
Implements IJsonModel(Of OperationalInsightsWorkspacePurgeStatusResult), IPersistableModel(Of OperationalInsightsWorkspacePurgeStatusResult)
Inheritance
OperationalInsightsWorkspacePurgeStatusResult
Implements

Properties

Name Description
Status

Status of the operation represented by the requested Id.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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