Freigeben über


ClusterPrincipalAssignmentsOperationsExtensions.Delete Methode

Definition

Löscht einen Kusto-Cluster principalAssignment.

public static void Delete (this Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations operations, string resourceGroupName, string clusterName, string principalAssignmentName);
static member Delete : Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IClusterPrincipalAssignmentsOperations, resourceGroupName As String, clusterName As String, principalAssignmentName As String)

Parameter

operations
IClusterPrincipalAssignmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Kusto-Cluster enthält.

clusterName
String

Der Name des Kusto-Clusters.

principalAssignmentName
String

Der Name des Kusto principalAssignment.

Gilt für: