ApiManagementServiceSkuProperties Constructors

Definition

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.

Applies to