Compartir a través de


SkuInfos Class

Definition

Collection of SKU information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuInfosTypeConverter))]
public class SkuInfos : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfos
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SkuInfosTypeConverter))>]
type SkuInfos = class
    interface ISkuInfos
    interface IJsonSerializable
Public Class SkuInfos
Implements ISkuInfos
Inheritance
SkuInfos
Attributes
Implements

Constructors

SkuInfos()

Creates an new SkuInfos instance.

Properties

ResourceType

Resource type that this SKU applies to.

Sku

List of SKUs the subscription is able to use.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuInfos.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuInfos.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISkuInfos.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuInfos into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to