RedisUpgradeNotification Class

Definition

Properties of upgrade notification.

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

Properties

Name Description
Name

Name of upgrade notification.

Timestamp

Timestamp when upgrade notification occurred.

UpsellNotification

Details about this upgrade notification.

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<RedisUpgradeNotification>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RedisUpgradeNotification>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RedisUpgradeNotification>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RedisUpgradeNotification>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to