CognitiveServicesAgentDeploymentResource.Stop(CancellationToken) Method

Definition

Stops an Agent Deployment.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/projects/{projectName}/applications/{appName}/agentDeployments/{deploymentName}/stop.
  • Operation Id. : AgentDeploymentResources_Stop.
  • Default Api Version. : 2026-01-15-preview.
  • Resource. : CognitiveServicesAgentDeploymentResource.
public virtual Azure.Response Stop(System.Threading.CancellationToken cancellationToken = default);
abstract member Stop : System.Threading.CancellationToken -> Azure.Response
override this.Stop : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Stop (Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to