Share via


SkuName Class

Definition

The name of sku

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.SkuNameTypeConverter))]
public class SkuName : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ISkuName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.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

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.Reservations.Models.Api20221101.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