RedisEnterpriseSku 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.
SKU parameters supplied to the create Redis Enterprise cluster operation.
public class RedisEnterpriseSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseSku>
type RedisEnterpriseSku = class
interface IJsonModel<RedisEnterpriseSku>
interface IPersistableModel<RedisEnterpriseSku>
Public Class RedisEnterpriseSku
Implements IJsonModel(Of RedisEnterpriseSku), IPersistableModel(Of RedisEnterpriseSku)
- Inheritance
-
RedisEnterpriseSku
- Implements
Constructors
RedisEnterpriseSku(RedisEnterpriseSkuName) |
Initializes a new instance of RedisEnterpriseSku. |
Properties
Capacity |
This property is only used with Enterprise and EnterpriseFlash SKUs. Determines the size of the cluster. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for EnterpriseFlash SKUs. |
Name |
The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future. |
Explicit Interface Implementations
IJsonModel<RedisEnterpriseSku>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RedisEnterpriseSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RedisEnterpriseSku>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RedisEnterpriseSku>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RedisEnterpriseSku>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET