次の方法で共有


DatabasesOperationsExtensions.RemovePrincipals メソッド

定義

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

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

パラメーター

operations
IDatabasesOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

databaseName
String

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

databasePrincipalsToRemove
DatabasePrincipalListRequest

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

戻り値

適用対象