次の方法で共有


ApiManagementSkuRestrictionInfo コンストラクター

定義

オーバーロード

ApiManagementSkuRestrictionInfo()

ApiManagementSkuRestrictionInfo クラスの新しいインスタンスを初期化します。

ApiManagementSkuRestrictionInfo(IList<String>, IList<String>)

ApiManagementSkuRestrictionInfo クラスの新しいインスタンスを初期化します。

ApiManagementSkuRestrictionInfo()

ApiManagementSkuRestrictionInfo クラスの新しいインスタンスを初期化します。

public ApiManagementSkuRestrictionInfo ();
Public Sub New ()

適用対象

ApiManagementSkuRestrictionInfo(IList<String>, IList<String>)

ApiManagementSkuRestrictionInfo クラスの新しいインスタンスを初期化します。

public ApiManagementSkuRestrictionInfo (System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionInfo : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionInfo
Public Sub New (Optional locations As IList(Of String) = Nothing, Optional zones As IList(Of String) = Nothing)

パラメーター

locations
IList<String>

SKU が制限されている場所

zones
IList<String>

SKU が制限されている可用性ゾーンの一覧。

適用対象