SkuInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SKU discovery information.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SkuInfoTypeConverter))]
public class SkuInfo : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISkuInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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. |
CapacityElasticMaximum |
Maximum number of Elastic 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. |
SkuCapacityElasticMaximum |
Maximum number of Elastic 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) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISkuInfo. |
FromJsonString(String) |
Creates a new instance of SkuInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |