次の方法で共有


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 として指定する必要があります。

適用対象