Share via


SkuName Class

Definition

SKU for the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.SkuNameTypeConverter))]
public class SkuName : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ISkuName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.SkuNameTypeConverter))>]
type SkuName = class
    interface ISkuName
    interface IJsonSerializable
Public Class SkuName
Implements ISkuName
Inheritance
SkuName
Attributes
Implements

Constructors

SkuName()

Creates an new SkuName instance.

Properties

Name

SKU name for this resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuName.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuName.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ISkuName.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuName into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to