Bagikan melalui


SynapseClusterPrincipalAssignmentCollection.CreateOrUpdateAsync Method

Definition

Create a Kusto pool principalAssignment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments/{principalAssignmentName}
  • Operation Id: KustoPoolPrincipalAssignments_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseClusterPrincipalAssignmentResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string principalAssignmentName, Azure.ResourceManager.Synapse.SynapseClusterPrincipalAssignmentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Synapse.SynapseClusterPrincipalAssignmentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseClusterPrincipalAssignmentResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Synapse.SynapseClusterPrincipalAssignmentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseClusterPrincipalAssignmentResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, principalAssignmentName As String, data As SynapseClusterPrincipalAssignmentData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SynapseClusterPrincipalAssignmentResource))

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
SynapseClusterPrincipalAssignmentData

The Kusto pool 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