次の方法で共有


CognitiveServicesCommitmentPlanCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}.
  • Operation Id. : CommitmentPlanOperationGroup_GetPlan.
  • Default Api Version. : 2026-01-15-preview.
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.CognitiveServices.CognitiveServicesCommitmentPlanResource>> GetIfExistsAsync(string commitmentPlanName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.CognitiveServices.CognitiveServicesCommitmentPlanResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.CognitiveServices.CognitiveServicesCommitmentPlanResource>>
Public Overridable Function GetIfExistsAsync (commitmentPlanName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of CognitiveServicesCommitmentPlanResource))

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