SkuType 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.
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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |