ClusterPrincipalAssignmentsOperationsExtensions.CreateOrUpdate 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 Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment CreateOrUpdate (this Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations operations, string resourceGroupName, string clusterName, string principalAssignmentName, Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment -> Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment
<Extension()>
Public Function CreateOrUpdate (operations As IClusterPrincipalAssignmentsOperations, resourceGroupName As String, clusterName As String, principalAssignmentName As String, parameters As ClusterPrincipalAssignment) As 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 da entidade de cluster KustoAssignment fornecidos para a operação.
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