ClusterPrincipalAssignmentsOperationsExtensions.CreateOrUpdateAsync 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.
Crie uma entidade de cluster KustoAssignment.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment> CreateOrUpdateAsync (this Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations operations, string resourceGroupName, string clusterName, string principalAssignmentName, Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IClusterPrincipalAssignmentsOperations, resourceGroupName As String, clusterName As String, principalAssignmentName As String, parameters As ClusterPrincipalAssignment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClusterPrincipalAssignment)
Parâmetros
- operations
- IClusterPrincipalAssignmentsOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos que contém o cluster Kusto.
- clusterName
- String
O nome do cluster Kusto.
- principalAssignmentName
- String
O nome da entidade de segurança do KustoAssignment.
- parameters
- ClusterPrincipalAssignment
Os parâmetros de principal do cluster KustoAssignment fornecidos para a operação.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET