次の方法で共有


DatabasePrincipalListResult コンストラクター

定義

オーバーロード

DatabasePrincipalListResult()

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

DatabasePrincipalListResult(IList<DatabasePrincipal>)

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

DatabasePrincipalListResult()

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

public DatabasePrincipalListResult ();
Public Sub New ()

適用対象

DatabasePrincipalListResult(IList<DatabasePrincipal>)

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

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

パラメーター

value
IList<DatabasePrincipal>

Kusto データベース プリンシパルの一覧。

適用対象