Share via


StreamingJob.Functions Property

Definition

Gets or sets a list of one or more functions for the streaming job. The name property for each function 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 transformation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to