次の方法で共有


AccountSkuListResult コンストラクター

定義

オーバーロード

AccountSkuListResult()

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

AccountSkuListResult(IList<AccountSku>)

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

AccountSkuListResult()

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

public AccountSkuListResult ();
Public Sub New ()

適用対象

AccountSkuListResult(IList<AccountSku>)

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

public AccountSkuListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.AccountSku> value = default);
new Microsoft.Azure.Management.CognitiveServices.Models.AccountSkuListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.CognitiveServices.Models.AccountSku> -> Microsoft.Azure.Management.CognitiveServices.Models.AccountSkuListResult
Public Sub New (Optional value As IList(Of AccountSku) = Nothing)

パラメーター

value
IList<AccountSku>

Cognitive Services アカウントとそのプロパティの一覧を取得します。

適用対象