DatabasePrincipalAssignmentsOperationsExtensions.List Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie tous les principauxasignments de base de données de cluster Kusto.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalAssignment> List (this Microsoft.Azure.Management.Kusto.IDatabasePrincipalAssignmentsOperations operations, string resourceGroupName, string clusterName, string databaseName);
static member List : Microsoft.Azure.Management.Kusto.IDatabasePrincipalAssignmentsOperations * string * string * string -> seq<Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalAssignment>
<Extension()>
Public Function List (operations As IDatabasePrincipalAssignmentsOperations, resourceGroupName As String, clusterName As String, databaseName As String) As IEnumerable(Of DatabasePrincipalAssignment)
Paramètres
- operations
- IDatabasePrincipalAssignmentsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources contenant le cluster Kusto.
- clusterName
- String
Nom du cluster Kusto.
- databaseName
- String
Nom de la base de données dans le cluster Kusto.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET