ApiManagementServiceSkuProperties Constructors
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.
Overloads
ApiManagementServiceSkuProperties() |
Initializes a new instance of the ApiManagementServiceSkuProperties class. |
ApiManagementServiceSkuProperties(String, Int32) |
Initializes a new instance of the ApiManagementServiceSkuProperties class. |
ApiManagementServiceSkuProperties()
Initializes a new instance of the ApiManagementServiceSkuProperties class.
public ApiManagementServiceSkuProperties ();
Public Sub New ()
Applies to
ApiManagementServiceSkuProperties(String, Int32)
Initializes a new instance of the ApiManagementServiceSkuProperties class.
public ApiManagementServiceSkuProperties (string name, int capacity);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceSkuProperties : string * int -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceSkuProperties
Public Sub New (name As String, capacity As Integer)
Parameters
- name
- String
Name of the Sku. Possible values include: 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption', 'Isolated'
- capacity
- Int32
Capacity of the SKU (number of deployed units of the SKU). For Consumption SKU capacity must be specified as 0.