Share via


StreamingJobData.Inputs Property

Definition

A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input.

public System.Collections.Generic.IList<Azure.ResourceManager.StreamAnalytics.StreamingJobInputData> Inputs { get; }
member this.Inputs : System.Collections.Generic.IList<Azure.ResourceManager.StreamAnalytics.StreamingJobInputData>
Public ReadOnly Property Inputs As IList(Of StreamingJobInputData)

Property Value

Applies to