StreamingJob.Inputs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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