Share via


KustoClusterPrincipalAssignmentCollection.CreateOrUpdate Method

Definition

Create a Kusto cluster principalAssignment.

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

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
KustoClusterPrincipalAssignmentData

The Kusto cluster principalAssignment's 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