SkuDetails 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.
Details of a Redis Enterprise cluster SKU.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.SkuDetailsTypeConverter))]
public class SkuDetails : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.ISkuDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.SkuDetailsTypeConverter))>]
type SkuDetails = class
interface ISkuDetails
interface IJsonSerializable
Public Class SkuDetails
Implements ISkuDetails
- Inheritance
-
SkuDetails
- Attributes
- Implements
Constructors
SkuDetails() |
Creates an new SkuDetails instance. |
Properties
Name |
The name of the SKU. |
SizeInGb |
The cache size in GB. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SkuDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SkuDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.ISkuDetails. |
FromJsonString(String) |
Creates a new instance of SkuDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SkuDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |