Share via


RedisForceRebootResult Class

Definition

Response to force reboot for Redis cache.

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

Properties

Name Description
Message

Status message.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<RedisForceRebootResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RedisForceRebootResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RedisForceRebootResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RedisForceRebootResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to