AvailableServiceSkuCapacity Class

Definition

A description of the scaling capacities of the SKU

public class AvailableServiceSkuCapacity
type AvailableServiceSkuCapacity = class
Public Class AvailableServiceSkuCapacity
Inheritance
AvailableServiceSkuCapacity

Constructors

Name Description
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

Name Description
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'

Applies to