Bagikan melalui


SynapseWorkloadClassifierCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

workloadClassifierName
String

The name 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 is null.

Applies to