IGlobalCsmSkuDescription Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GlobalCsmSkuDescriptionTypeConverter))]
public interface IGlobalCsmSkuDescription : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GlobalCsmSkuDescriptionTypeConverter))>]
type IGlobalCsmSkuDescription = interface
interface IJsonSerializable
Public Interface IGlobalCsmSkuDescription
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Capability |
Capabilities of the SKU, e.g., is traffic manager enabled? |
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. |
Family |
Family code of the resource SKU. |
Location |
Locations of the SKU. |
Name |
Name of the resource SKU. |
Size |
Size specifier of the resource SKU. |
Tier |
Service Tier of the resource SKU. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |