你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApiManagementServiceSkuProperties 构造函数

定义

重载

ApiManagementServiceSkuProperties()

初始化 ApiManagementServiceSkuProperties 类的新实例。

ApiManagementServiceSkuProperties(String, Int32)

初始化 ApiManagementServiceSkuProperties 类的新实例。

ApiManagementServiceSkuProperties()

初始化 ApiManagementServiceSkuProperties 类的新实例。

public ApiManagementServiceSkuProperties ();
Public Sub New ()

适用于

ApiManagementServiceSkuProperties(String, Int32)

初始化 ApiManagementServiceSkuProperties 类的新实例。

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)

参数

name
String

SKU 的名称。 可能的值包括:“Developer”、“Standard”、“Premium”、“Basic”、“Consumption”、“Isolated”

capacity
Int32

SKU 的容量 (SKU) 的已部署单位数。 对于消耗型,SKU 容量必须指定为 0。

适用于