Share via


ISkuInfo Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to