Share via


StreamingJobResource.Start Method

Definition

Starts a streaming job. Once a job is started it will start processing input events and produce output.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/start
  • Operation Id: StreamingJobs_Start
public virtual Azure.ResourceManager.ArmOperation Start (Azure.WaitUntil waitUntil, Azure.ResourceManager.StreamAnalytics.Models.StartStreamingJobContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Start : Azure.WaitUntil * Azure.ResourceManager.StreamAnalytics.Models.StartStreamingJobContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.Start : Azure.WaitUntil * Azure.ResourceManager.StreamAnalytics.Models.StartStreamingJobContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function Start (waitUntil As WaitUntil, Optional content As StartStreamingJobContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
StartStreamingJobContent

Parameters applicable to a start streaming job operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to