FailedLockToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Failed LockToken information.
public class FailedLockToken : System.ClientModel.Primitives.IJsonModel<Azure.Messaging.EventGrid.Namespaces.FailedLockToken>, System.ClientModel.Primitives.IPersistableModel<Azure.Messaging.EventGrid.Namespaces.FailedLockToken>
public class FailedLockToken
type FailedLockToken = class
interface IJsonModel<FailedLockToken>
interface IPersistableModel<FailedLockToken>
type FailedLockToken = class
Public Class FailedLockToken
Implements IJsonModel(Of FailedLockToken), IPersistableModel(Of FailedLockToken)
Public Class FailedLockToken
- Inheritance
-
FailedLockToken
- Implements
Properties
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. |
Explicit Interface Implementations
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. |
IPersistableModel<FailedLockToken>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET