SkuDetail 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.
Information about Sku
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.SkuDetailTypeConverter))]
public class SkuDetail : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.ISkuDetail
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.SkuDetailTypeConverter))>]
type SkuDetail = class
interface ISkuDetail
interface IJsonSerializable
Public Class SkuDetail
Implements ISkuDetail
- Inheritance
-
SkuDetail
- Attributes
- Implements
Constructors
SkuDetail() |
Creates an new SkuDetail instance. |
Properties
Name |
The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.) |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SkuDetail. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.ISkuDetail. |
FromJsonString(String) |
Creates a new instance of SkuDetail, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |