CognitiveServicesAccountResource.GetCommitmentPlanAsync Method

Definition

Gets the specified commitmentPlans associated with the Cognitive Services account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/commitmentPlans/{commitmentPlanName}
  • Operation Id: CommitmentPlans_Get
  • Default Api Version: 2023-05-01
  • Resource: CommitmentPlanResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.CommitmentPlanResource>> GetCommitmentPlanAsync (string commitmentPlanName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCommitmentPlanAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.CommitmentPlanResource>>
override this.GetCommitmentPlanAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.CommitmentPlanResource>>
Public Overridable Function GetCommitmentPlanAsync (commitmentPlanName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CommitmentPlanResource))

Parameters

commitmentPlanName
String

The name of the commitmentPlan associated with the Cognitive Services Account.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

commitmentPlanName is null.

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

Applies to