Freigeben über


ClusterPrincipalAssignmentsOperationsExtensions.GetAsync Methode

Definition

Ruft ein Kusto-ClusterprinzipalAssignment ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment> GetAsync (this Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations operations, string resourceGroupName, string clusterName, string principalAssignmentName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment>
<Extension()>
Public Function GetAsync (operations As IClusterPrincipalAssignmentsOperations, resourceGroupName As String, clusterName As String, principalAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClusterPrincipalAssignment)

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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: