Freigeben über


KustoClusterResource.GetKustoClusterPrincipalAssignmentAsync Methode

Definition

Ruft ein Kusto-ClusterprinzipalAssignment ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
  • Vorgang IdClusterPrincipalAssignments_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoClusterPrincipalAssignmentResource>> GetKustoClusterPrincipalAssignmentAsync (string principalAssignmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetKustoClusterPrincipalAssignmentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoClusterPrincipalAssignmentResource>>
override this.GetKustoClusterPrincipalAssignmentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoClusterPrincipalAssignmentResource>>
Public Overridable Function GetKustoClusterPrincipalAssignmentAsync (principalAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of KustoClusterPrincipalAssignmentResource))

Parameter

principalAssignmentName
String

Der Name des Kusto principalAssignment.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

principalAssignmentName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

principalAssignmentName ist NULL.

Gilt für: