Partager via


StreamingJob.Functions Propriété

Définition

Obtient ou définit une liste d’une ou plusieurs fonctions pour le travail de streaming. La propriété name de chaque fonction est requise lors de la spécification de cette propriété dans une requête PUT. Cette propriété ne peut pas être modifié via une opération PATCH. Vous devez utiliser l’API PATCH disponible pour la transformation individuelle.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à