Skip to main content

streaming_jobs

Overview

Namestreaming_jobs
TypeResource
Idazure.stream_analytics.streaming_jobs

Fields

NameDatatypeDescription
identityobjectDescribes how identity is verified
locationstringThe geo-location where the resource lives
propertiesobjectThe properties that are associated with a streaming job.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTjobName, resourceGroupName, subscriptionIdGets details about the specified streaming job.
listSELECTsubscriptionIdLists all of the streaming jobs in the given subscription.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdLists all of the streaming jobs in the specified resource group.
create_or_replaceINSERTjobName, resourceGroupName, subscriptionIdCreates a streaming job or replaces an already existing streaming job.
deleteDELETEjobName, resourceGroupName, subscriptionIdDeletes a streaming job.
scaleEXECjobName, resourceGroupName, subscriptionIdScales a streaming job when the job is running.
startEXECjobName, resourceGroupName, subscriptionIdStarts a streaming job. Once a job is started it will start processing input events and produce output.
stopEXECjobName, resourceGroupName, subscriptionIdStops a running streaming job. This will cause a running streaming job to stop processing input events and producing output.
updateEXECjobName, resourceGroupName, subscriptionIdUpdates an existing streaming job. This can be used to partially update (ie. update one or two properties) a streaming job without affecting the rest the job definition.