Megosztás a következőn keresztül:


SkuDetail Class

Definition

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)

Deserializes a PSObject into an instance of SkuDetail.

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)

Serializes this instance of SkuDetail into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to