次の方法で共有


DatabasesOperationsExtensions.AddPrincipals メソッド

定義

データベース プリンシパルのアクセス許可を追加します。

public static Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListResult AddPrincipals (this Microsoft.Azure.Management.Kusto.IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListRequest databasePrincipalsToAdd);
static member AddPrincipals : Microsoft.Azure.Management.Kusto.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListRequest -> Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListResult
<Extension()>
Public Function AddPrincipals (operations As IDatabasesOperations, resourceGroupName As String, clusterName As String, databaseName As String, databasePrincipalsToAdd As DatabasePrincipalListRequest) As DatabasePrincipalListResult

パラメーター

operations
IDatabasesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Kusto クラスターを含むリソース グループの名前。

clusterName
String

Kusto クラスターの名前。

databaseName
String

Kusto クラスター内のデータベースの名前。

databasePrincipalsToAdd
DatabasePrincipalListRequest

追加するデータベース プリンシパルの一覧。

戻り値

適用対象