ApiManagementServiceSkuProperties 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.
API Management service resource SKU properties.
public class ApiManagementServiceSkuProperties
type ApiManagementServiceSkuProperties = class
Public Class ApiManagementServiceSkuProperties
- Inheritance
-
ApiManagementServiceSkuProperties
Constructors
ApiManagementServiceSkuProperties() |
Initializes a new instance of the ApiManagementServiceSkuProperties class. |
ApiManagementServiceSkuProperties(String, Int32) |
Initializes a new instance of the ApiManagementServiceSkuProperties class. |
Properties
Capacity |
Gets or sets capacity of the SKU (number of deployed units of the SKU). For Consumption SKU capacity must be specified as 0. |
Name |
Gets or sets name of the Sku. Possible values include: 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption', 'Isolated' |
Methods
Validate() |
Validate the object. |