Freigeben über


StreamingJob.Function Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Origin(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IFunction> Function { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Origin(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.PropertyOrigin.Inlined)>]
member this.Function : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IFunction> with get, set
Public Property Function As List(Of IFunction)

Property Value

Implements

Attributes

Applies to