次の方法で共有


UsageListResult コンストラクター

定義

オーバーロード

UsageListResult()

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

UsageListResult(IList<Usage>)

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

UsageListResult()

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

public UsageListResult();
Public Sub New ()

適用対象

UsageListResult(IList<Usage>)

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

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

パラメーター

value
IList<Usage>

Cognitive Service アカウントの使用状況の一覧。

適用対象