CognitiveServicesAccountResource.GetCommitmentPlan 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 Azure.Response<Azure.ResourceManager.CognitiveServices.CommitmentPlanResource> GetCommitmentPlan (string commitmentPlanName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCommitmentPlan : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CognitiveServices.CommitmentPlanResource>
override this.GetCommitmentPlan : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CognitiveServices.CommitmentPlanResource>
Public Overridable Function GetCommitmentPlan (commitmentPlanName As String, Optional cancellationToken As CancellationToken = Nothing) As 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