Share via


StreamInputProperties.Datasource Property

Definition

Gets or sets describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.

[Newtonsoft.Json.JsonProperty(PropertyName="datasource")]
public Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputDataSource Datasource { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="datasource")>]
member this.Datasource : Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputDataSource with get, set
Public Property Datasource As StreamInputDataSource

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to