共用方式為


SynapseWorkloadClassifierResource.Update 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseWorkloadClassifierResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Synapse.SynapseWorkloadClassifierData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Synapse.SynapseWorkloadClassifierData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseWorkloadClassifierResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Synapse.SynapseWorkloadClassifierData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Synapse.SynapseWorkloadClassifierResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As SynapseWorkloadClassifierData, Optional cancellationToken As CancellationToken = Nothing) As 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.

data
SynapseWorkloadClassifierData

The properties of the workload classifier.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to