ApiManagementSkuCapacity 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET