Condividi tramite


WorkloadClassifierCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/workloadGroups/{workloadGroupName}/workloadClassifiers/{workloadClassifierName}
  • Operation Id: WorkloadClassifiers_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: WorkloadClassifierResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.WorkloadClassifierResource>> GetIfExistsAsync (string workloadClassifierName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.WorkloadClassifierResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.WorkloadClassifierResource>>
Public Overridable Function GetIfExistsAsync (workloadClassifierName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of WorkloadClassifierResource))

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