RenewCloudEventLocksResult Class

Definition

The result of the RenewLock operation.

public class RenewCloudEventLocksResult
type RenewCloudEventLocksResult = class
Public Class RenewCloudEventLocksResult
Inheritance
RenewCloudEventLocksResult
Implements

Properties

FailedLockTokens

Array of FailedLockToken for failed cloud events. Each FailedLockToken includes the lock token along with the related error information (namely, the error code and description).

SucceededLockTokens

Array of lock tokens for the successfully renewed locks.

Explicit Interface Implementations

IJsonModel<RenewCloudEventLocksResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RenewCloudEventLocksResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RenewCloudEventLocksResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RenewCloudEventLocksResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RenewCloudEventLocksResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to