ApiManagementSkuCapacity Class

Definition

Describes scaling information of a SKU.

public class ApiManagementSkuCapacity
type ApiManagementSkuCapacity = class
Public Class ApiManagementSkuCapacity
Inheritance
ApiManagementSkuCapacity

Constructors

ApiManagementSkuCapacity()

Initializes a new instance of the ApiManagementSkuCapacity class.

ApiManagementSkuCapacity(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<ApiManagementSkuCapacityScaleType>)

Initializes a new instance of the ApiManagementSkuCapacity 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