Skip to main content

inputs

Overview

Nameinputs
TypeResource
Idazure.stream_analytics.inputs

Fields

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

Methods

NameAccessible byRequired ParamsDescription
getSELECTinputName, jobName, resourceGroupName, subscriptionIdGets details about the specified input.
list_by_streaming_jobSELECTjobName, resourceGroupName, subscriptionIdLists all of the inputs under the specified streaming job.
create_or_replaceINSERTinputName, jobName, resourceGroupName, subscriptionIdCreates an input or replaces an already existing input under an existing streaming job.
deleteDELETEinputName, jobName, resourceGroupName, subscriptionIdDeletes an input from the streaming job.
testEXECinputName, jobName, resourceGroupName, subscriptionIdTests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
updateEXECinputName, jobName, resourceGroupName, subscriptionIdUpdates an existing input under an existing streaming job. This can be used to partially update (ie. update one or two properties) an input without affecting the rest the job or input definition.