Share via


StreamingJob.Inputs Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.inputs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.Input> Inputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.inputs")>]
member this.Inputs : System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.Input> with get, set
Public Property Inputs As IList(Of Input)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to