ApiManagementServiceSkuProperties Class

Definition

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.

Applies to