SkuType Class

Definition

The SKU type for the edge action

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.SkuTypeTypeConverter))]
public class SkuType : Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.ISkuType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.SkuTypeTypeConverter))>]
type SkuType = class
    interface ISkuType
    interface IJsonSerializable
Public Class SkuType
Implements ISkuType
Inheritance
SkuType
Attributes
Implements

Constructors

Name Description
SkuType()

Creates an new SkuType instance.

Properties

Name Description
Name

The name of the SKU

Tier

The tier of the SKU

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuType.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuType.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeAction.Models.ISkuType.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuType into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to