你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StreamingJob.Functions 属性

定义

获取或设置流式处理作业的一个或多个函数的列表。 在 PUT 请求中指定此属性时,需要每个函数的 name 属性。 无法通过 PATCH 操作修改此属性。 必须使用可用于单个转换的 PATCH API。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于