RedisUpgradeNotification 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.
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>
public class RedisUpgradeNotification
type RedisUpgradeNotification = class
interface IJsonModel<RedisUpgradeNotification>
interface IPersistableModel<RedisUpgradeNotification>
type RedisUpgradeNotification = class
Public Class RedisUpgradeNotification
Implements IJsonModel(Of RedisUpgradeNotification), IPersistableModel(Of RedisUpgradeNotification)
Public Class RedisUpgradeNotification
- Inheritance
-
RedisUpgradeNotification
- Implements
Properties
Name |
Name of upgrade notification. |
Timestamp |
Timestamp when upgrade notification occurred. |
UpsellNotification |
Details about this upgrade notification. |
Explicit Interface Implementations
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
Azure SDK for .NET