Share via


CommitmentPlanCollection.Get(String, CancellationToken) 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> Get (string commitmentPlanName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CognitiveServices.CommitmentPlanResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CognitiveServices.CommitmentPlanResource>
Public Overridable Function Get (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 an empty string, and was expected to be non-empty.

commitmentPlanName is null.

Applies to