Share via


KustoDatabasePrincipalAssignmentCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string principalAssignmentName, Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, principalAssignmentName As String, data As KustoDatabasePrincipalAssignmentData, Optional cancellationToken As CancellationToken = Nothing) As 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