Share via


SkuInfo Class

Definition

SKU discovery information.

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

Constructors

SkuInfo()

Creates an new SkuInfo instance.

Properties

CapacityDefault

Default number of workers for this App Service plan SKU.

CapacityMaximum

Maximum number of workers for this App Service plan SKU.

CapacityMinimum

Minimum number of workers for this App Service plan SKU.

CapacityScaleType

Available scale configurations for an App Service plan.

ResourceType

Resource type that this SKU applies to.

SkuCapability

Capabilities of the SKU, e.g., is traffic manager enabled?

SkuCapacityDefault

Default number of workers for this App Service plan SKU.

SkuCapacityMaximum

Maximum number of workers for this App Service plan SKU.

SkuCapacityMinimum

Minimum number of workers for this App Service plan SKU.

SkuCapacityScaleType

Available scale configurations for an App Service plan.

SkuDescriptionCapacity

Current number of instances assigned to the resource.

SkuFamily

Family code of the resource SKU.

SkuLocation

Locations of the SKU.

SkuName

Name of the resource SKU.

SkuSize

Size specifier of the resource SKU.

SkuTier

Service tier of the resource SKU.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SkuInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SkuInfo.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SkuInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to