KustoClusterResource.GetKustoClusterPrincipalAssignmentAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma entidade de cluster KustoAssignment.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
- IdClusterPrincipalAssignments_Get de operação
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))
Parâmetros
- principalAssignmentName
- String
O nome da entidade de segurança do KustoAssignment.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
principalAssignmentName
é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.
principalAssignmentName
é nulo.