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

StreamingJob.Outputs 属性

定义

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

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于