CognitiveServicesAgentDeploymentResource.Start(CancellationToken) Method

Definition

Starts an Agent Deployment.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to