次の方法で共有


ResourceSkuRestrictionInfo コンストラクター

定義

オーバーロード

ResourceSkuRestrictionInfo()

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

ResourceSkuRestrictionInfo(IList<String>, IList<String>)

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

ResourceSkuRestrictionInfo()

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

public ResourceSkuRestrictionInfo ();
Public Sub New ()

適用対象

ResourceSkuRestrictionInfo(IList<String>, IList<String>)

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

public ResourceSkuRestrictionInfo (System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo
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 が制限されている可用性ゾーンの一覧。

適用対象