OperationalInsightsWorkspacePurgeResult Class

Definition

Response containing operationId for a specific purge action.

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

Properties

OperationStringId

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

Explicit Interface Implementations

IJsonModel<OperationalInsightsWorkspacePurgeResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationalInsightsWorkspacePurgeResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationalInsightsWorkspacePurgeResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationalInsightsWorkspacePurgeResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationalInsightsWorkspacePurgeResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to