SkuCapacity Class

Definition

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