SkuProperty Class

Definition

Property of a sku.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.SkuPropertyTypeConverter))]
public class SkuProperty : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.ISkuProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.SkuPropertyTypeConverter))>]
type SkuProperty = class
    interface ISkuProperty
    interface IJsonSerializable
Public Class SkuProperty
Implements ISkuProperty
Inheritance
SkuProperty
Attributes
Implements

Constructors

Name Description
SkuProperty()

Creates an new SkuProperty instance.

Properties

Name Description
Name

An invariant to describe the feature.

Value

An invariant if the feature is measured by quantity.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuProperty.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.ISkuProperty.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to