次の方法で共有


StreamingJob.Transformation プロパティ

定義

ストリーミング ジョブに使用するクエリとストリーミング ユニットの数を取得または設定します。 PUT 要求でこのプロパティを指定する場合は、変換の name プロパティが必要です。 PATCH 操作を使用してこのプロパティを変更することはできません。 個々の変換に使用できる PATCH API を使用する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.transformation")]
public Microsoft.Azure.Management.StreamAnalytics.Models.Transformation Transformation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.transformation")>]
member this.Transformation : Microsoft.Azure.Management.StreamAnalytics.Models.Transformation with get, set
Public Property Transformation As Transformation

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象