次の方法で共有


StreamingJob.Functions プロパティ

定義

ストリーミング ジョブの 1 つ以上の関数の一覧を取得または設定します。 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

適用対象