ISkuType Interface

Definition

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

Properties

Name Description
Name

The name of the SKU

Tier

The tier of the SKU

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to