ResourceSkuCapacity Class

Definition

Describes scaling information of a SKU.

public class ResourceSkuCapacity
type ResourceSkuCapacity = class
Public Class ResourceSkuCapacity
Inheritance
ResourceSkuCapacity

Constructors

ResourceSkuCapacity()

Initializes a new instance of the ResourceSkuCapacity class.

ResourceSkuCapacity(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<ResourceSkuCapacityScaleType>)

Initializes a new instance of the ResourceSkuCapacity class.

Properties

DefaultProperty

Gets the default capacity.

Maximum

Gets the maximum capacity that can be set.

Minimum

Gets the minimum capacity.

ScaleType

Gets the scale type applicable to the sku. Possible values include: 'Automatic', 'Manual', 'None'

Applies to