다음을 통해 공유


SynapseWorkloadClassifierCollection.CreateOrUpdateAsync Method

Definition

Create Or Update workload classifier for a Sql pool's workload group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}/workloadClassifiers/{workloadClassifierName}
  • Operation Id: SqlPoolWorkloadClassifier_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseWorkloadClassifierResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string workloadClassifierName, Azure.ResourceManager.Synapse.SynapseWorkloadClassifierData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Synapse.SynapseWorkloadClassifierData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseWorkloadClassifierResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Synapse.SynapseWorkloadClassifierData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseWorkloadClassifierResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, workloadClassifierName As String, data As SynapseWorkloadClassifierData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SynapseWorkloadClassifierResource))

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.

workloadClassifierName
String

The name of the workload classifier.

data
SynapseWorkloadClassifierData

The properties of the workload classifier.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

workloadClassifierName or data is null.

Applies to