KustoClusterResource.GetKustoClusterPrincipalAssignmentAsync 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.
Obtient un principal de cluster KustoAssignment.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
- IdClusterPrincipalAssignments_Get d’opération
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))
Paramètres
- principalAssignmentName
- String
Nom de Kusto principalAssignment.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
principalAssignmentName
est une chaîne vide et devait être non vide.
principalAssignmentName
a la valeur null.