Delen via


SkuProperty Class

Definition

Property of a sku.

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

Constructors

SkuProperty()

Creates an new SkuProperty instance.

Properties

Name

An invariant to describe the feature.

Value

An invariant if the feature is measured by quantity.

Methods

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