v1

latestSwagger 2.02026-07-1391434.0 KB
StreamingJobs

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

post/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/start

Path parameters

subscriptionIdstring required

GUID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

resourceGroupNamestring required

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

jobNamestring required

The name of the streaming job.

Query parameters

api-versionstring required

Client Api Version.

Request body

outputStartMode'JobStartTime' | 'CustomTime' | 'LastOutputEventTime'

Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.

outputStartTimestring date-time

Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.

Response

The streaming job was successfully started.