Share via


Output.Datasource Property

Definition

Gets or sets describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to