Skip to main content

outputs

Overview

Nameoutputs
TypeResource
Idazure.stream_analytics.outputs

Fields

NameDatatypeDescription
idstringResource Id
namestringResource name
propertiesobjectThe properties that are associated with an output.
typestringResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTjobName, outputName, resourceGroupName, subscriptionIdGets details about the specified output.
list_by_streaming_jobSELECTjobName, resourceGroupName, subscriptionIdLists all of the outputs under the specified streaming job.
create_or_replaceINSERTjobName, outputName, resourceGroupName, subscriptionIdCreates an output or replaces an already existing output under an existing streaming job.
deleteDELETEjobName, outputName, resourceGroupName, subscriptionIdDeletes an output from the streaming job.
testEXECjobName, outputName, resourceGroupName, subscriptionIdTests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.
updateEXECjobName, outputName, resourceGroupName, subscriptionIdUpdates an existing output under an existing streaming job. This can be used to partially update (ie. update one or two properties) an output without affecting the rest the job or output definition.