次の方法で共有


AutoScaleProperties クラス

定義

Apache Spark を利用したビッグ データ プールの自動スケーリング プロパティ。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AutoScaleProperties+AutoScalePropertiesConverter))]
public class AutoScaleProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AutoScaleProperties+AutoScalePropertiesConverter))>]
type AutoScaleProperties = class
Public Class AutoScaleProperties
継承
AutoScaleProperties
属性

コンストラクター

AutoScaleProperties()

AutoScaleProperties の新しいインスタンスを初期化します。

プロパティ

Enabled

ビッグ データ プールに対して自動スケーリングが有効になっているかどうか。

MaxNodeCount

ビッグ データ プールでサポートできるノードの最大数。

MinNodeCount

ビッグ データ プールでサポートできるノードの最小数。

適用対象