AvailableServiceSkuCapacity 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.
A description of the scaling capacities of the SKU
public class AvailableServiceSkuCapacity
type AvailableServiceSkuCapacity = class
Public Class AvailableServiceSkuCapacity
- Inheritance
-
AvailableServiceSkuCapacity
Constructors
AvailableServiceSkuCapacity() |
Initializes a new instance of the AvailableServiceSkuCapacity class. |
AvailableServiceSkuCapacity(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the AvailableServiceSkuCapacity class. |
Properties
DefaultProperty |
Gets or sets the default capacity |
Maximum |
Gets or sets the maximum capacity |
Minimum |
Gets or sets the minimum capacity, usually 0 or 1. |
ScaleType |
Gets or sets the scalability approach Possible values include: 'none', 'manual', 'automatic' |