Share via


FailedLockToken Class

Definition

Failed LockToken information.

public class FailedLockToken : System.ClientModel.Primitives.IJsonModel<Azure.Messaging.EventGrid.Namespaces.FailedLockToken>, System.ClientModel.Primitives.IPersistableModel<Azure.Messaging.EventGrid.Namespaces.FailedLockToken>
type FailedLockToken = class
    interface IJsonModel<FailedLockToken>
    interface IPersistableModel<FailedLockToken>
Public Class FailedLockToken
Implements IJsonModel(Of FailedLockToken), IPersistableModel(Of FailedLockToken)
Inheritance
FailedLockToken
Implements

Properties

Name Description
Error

Error information of the failed operation result for the lock token in the request.

LockToken

The lock token of an entry in the request.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Name Description
Explicit(Response to FailedLockToken)
Implicit(FailedLockToken to RequestContent)

Explicit Interface Implementations

Name Description
IJsonModel<FailedLockToken>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FailedLockToken>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FailedLockToken>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FailedLockToken>.GetFormatFromOptions(ModelReaderWriterOptions)

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

<param name="options">The ModelReaderWriterOptions to use.</param>
IPersistableModel<FailedLockToken>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to