次の方法で共有


IntegrationRuntimeDataFlowProperties.ComputeType プロパティ

定義

データ フロー ジョブを実行するクラスターのコンピューティングの種類を取得または設定します。 使用できる値は、'General'、'MemoryOptimized'、'ComputeOptimized' です。

[Newtonsoft.Json.JsonProperty(PropertyName="computeType")]
public string ComputeType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="computeType")>]
member this.ComputeType : string with get, set
Public Property ComputeType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象