Udostępnij za pośrednictwem


Sku Class

Definition

SKU parameters supplied to the create Redis Enterprise cluster operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.SkuTypeConverter))]
public class Sku : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ISku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.SkuTypeConverter))>]
type Sku = class
    interface ISku
    interface IJsonSerializable
Public Class Sku
Implements ISku
Inheritance
Sku
Attributes
Implements

Constructors

Sku()

Creates an new Sku instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Sku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Sku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ISku.

FromJsonString(String)

Creates a new instance of Sku, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Sku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to