SkuCapacity 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.
Description of the App Service plan scale options.
public class SkuCapacity
type SkuCapacity = class
Public Class SkuCapacity
- Inheritance
-
SkuCapacity
Constructors
SkuCapacity() |
Initializes a new instance of the SkuCapacity class. |
SkuCapacity(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the SkuCapacity class. |
Properties
DefaultProperty |
Gets or sets default number of workers for this App Service plan SKU. |
Maximum |
Gets or sets maximum number of workers for this App Service plan SKU. |
Minimum |
Gets or sets minimum number of workers for this App Service plan SKU. |
ScaleType |
Gets or sets available scale configurations for an App Service plan. |
Applies to
Azure SDK for .NET