Condividi tramite


KustoDatabasePrincipalAssignmentCollection.CreateOrUpdateAsync Method

Definition

Creates a Kusto cluster database principalAssignment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}
  • Operation Id: DatabasePrincipalAssignments_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string principalAssignmentName, Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, principalAssignmentName As String, data As KustoDatabasePrincipalAssignmentData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of KustoDatabasePrincipalAssignmentResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

principalAssignmentName
String

The name of the Kusto principalAssignment.

data
KustoDatabasePrincipalAssignmentData

The Kusto principalAssignments parameters supplied for the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

principalAssignmentName is an empty string, and was expected to be non-empty.

principalAssignmentName or data is null.

Applies to